Andy Wingo
|
08574987d9
Remove scm_t_port_internal
|
9 years ago |
Andy Wingo
|
e5d2f4e566
Make scm_t_port private
|
9 years ago |
Andy Wingo
|
9a9e0cceae
Make port buffering fields private
|
9 years ago |
Andy Wingo
|
99899b7c9c
Remove scm_flush_unlocked / scm_end_input_unlocked
|
9 years ago |
Andy Wingo
|
44b3342c4d
Load port bindings in separate (ice-9 ports) module
|
9 years ago |
Andy Wingo
|
8399e7af51
Generic port facility provides buffering uniformly
|
9 years ago |
Andy Wingo
|
2caae477c5
Refactor to rw_random / rw_active port flags
|
9 years ago |
Mark H Weaver
|
475772ea57
Merge branch 'stable-2.0'
|
11 years ago |
Mark H Weaver
|
bc8e6d7d8c
Rely on Gnulib for <unistd.h>.
|
11 years ago |
Andy Wingo
|
0858753e82
Merge remote-tracking branch 'origin/stable-2.0'
|
13 years ago |
Bake Timmons
|
b7e64f8b26
Improve the usage of variable names in C docstrings.
|
13 years ago |
Andy Wingo
|
4251ae2e28
locking on port buffering operations
|
13 years ago |
Andy Wingo
|
62bd5d66cb
threadsafe access to scm_ptobs
|
13 years ago |
Andy Wingo
|
2721f9182d
add scm_c_make_port; the port table is now a weak set
|
13 years ago |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
16 years ago |
Ludovic Courtès
|
dbb605f575
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 years ago |
Han-Wen Nienhuys
|
5dbc6c0679
replace port table with weak hash table. This simplifies
|
17 years ago |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 years ago |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 years ago |
Marius Vollmer
|
76da80e788
Reverted changed from 2005/01/24 19:14:54, which was a commit to the
|
20 years ago |
Marius Vollmer
|
a54a94b397
Threading changes.
|
20 years ago |
Marius Vollmer
|
86e14f5c3b
(scm_fdopen): Use scm_i_fdes_to_port together with scm_i_mode_bits to
|
21 years ago |
Marius Vollmer
|
e11e83f3d9
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
21 years ago |
Marius Vollmer
|
a55c2b6809
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
|
21 years ago |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
21 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
21 years ago |
Mikael Djurfeldt
|
b9ad392e86
* ports.c, ports.h (scm_i_port_table_mutex): New mutex.
|
22 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
381534b31e
* ioext.c: #include <config.h> if HAVE_CONFIG_H.
|
22 years ago |