Add gnulib `select' module.
[bpt/guile.git] / libguile /
2013-02-18 Daniel LlorensArray documentation fixes
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-18 Andy Wingooptimize access to arrays of rank 1 or 2
2013-02-18 Andy Wingoarray handle inline functions defined in array-handle.h.
2013-02-18 Daniel Hartwigadd hash-count for native tables
2013-02-16 Ludovic CourtèsFix `getgroups' for when zero supplementary group IDs...
2013-02-02 Mark H WeaverAdd copyright notice to gen-scmconfig.c.
2013-02-02 Mark H WeaverAdd foreign types: ssize_t and ptrdiff_t.
2013-02-02 Mark H WeaverAdd scm_from_ptrdiff_t and scm_to_ptrdiff_t.
2013-02-02 Mark H WeaverFix typo in comment generated by gen-scmconfig.c.
2013-01-30 Andy WingoRevert "detect and consume byte-order marks for textual...
2013-01-30 Andy Wingodetect and consume byte-order marks for textual ports
2013-01-28 Ludovic CourtèsRemove unneeded SMOB mark procedure in `memoize.c'.
2013-01-22 Andy Wingofix compilation of glil to assembly
2013-01-21 Andy Wingoadd dynl.x dep on libpath.h
2013-01-21 Andy Wingofix try-module-autoload, which did not detect failure...
2013-01-17 Andy Wingowarn on multithreaded fork
2013-01-14 Andy Wingocase-lambda* clauses fail to match if too many positionals
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2013-01-08 Andy Wingoslight open-pipe* / open-process refactor
2013-01-07 Andy Wingominor cleanup in values.c
2012-12-19 Ludovic CourtèsChange `system*' to not leave dangling processes behind.
2012-12-10 Ludovic CourtèsVerify the value of `SHUT_RD' and related constants.
2012-12-07 Mark H WeaverAvoid signed integer overflow in scm_product
2012-11-29 Mark H WeaverAdd parse-path-with-ellipsis, and use it for GUILE_LOAD...
2012-11-28 Ludovic Courtèseval: Store docstrings for lambdas.
2012-11-27 Mark H WeaverFix library search order and don't change LD_LIBRARY_PATH
2012-11-23 Ludovic CourtèsRemove reference to `scm_init_popen' when `fork' is...
2012-11-05 Ludovic CourtèsFix invalid assertion about mutex ownership in threads.c.
2012-11-05 Ludovic CourtèsHave `SCM_NUM2FLOAT' and `SCM_NUM2DOUBLE' use `scm_to_d...
2012-11-02 Ludovic CourtèsFix `generalized-vector->list' indexing bug with shared...
2012-10-31 Mark H WeaverFix formatting of comments in scm_read_array.
2012-10-31 Mark H Weaverscm_read_shebang: handle non-ascii characters properly.
2012-10-26 Mark H WeaverImplement SRFI-105 curly infix expressions.
2012-10-26 Mark H WeaverImplement #!fold-case and #!no-fold-case reader directives.
2012-10-26 Mark H WeaverImplement per-port read options.
2012-10-24 Mark H WeaverRepurpose scm_i_port_weak_hash to associate an alist...
2012-10-24 Mark H WeaverGeneralize scm_read_shebang to handle other reader...
2012-10-24 Mark H WeaverAdd source properties to more datum types in scm_read_s...
2012-10-24 Mark H WeaverChange reader to pass read options to helpers via expli...
2012-10-24 Mark H WeaverMinor tweaks to delimiter handling in read.c
2012-10-24 Mark H WeaverMove array reader from arrays.c to read.c
2012-10-17 Mark H WeaverRemove prototype for scm_read_token, which does not...
2012-10-12 Ludovic CourtèsImplement `hash' for structs.
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2012-10-06 Mark H WeaverImprove error reporting in 'append!'
2012-08-20 Ludovic CourtèsOptimize `scm_lfwrite_substr', used by `scm_simple_format'.
2012-08-17 Andy Wingoreinstate type check to scm_to_utf8_stringn
2012-08-07 Mark H WeaverRevert "Avoid cexp, whose C standard definition is...
2012-08-01 Mark H WeaverAvoid cexp, whose C standard definition is mathematical...
2012-07-28 Andy Wingoset struct names for <standard-vtable>, etc
2012-07-28 Andy Wingodeprecate make-vtable-vtable
2012-07-28 Mark H WeaverAngle of -0.0 is pi, not zero
2012-07-06 Ludovic CourtèsUse `clock-time' directly from Gnulib, but with a local...
2012-07-06 Ludovic CourtèsUpdate Gnulib to v0.0-7509-g98a2286.
2012-07-06 Andy WingoScheme standard-vtable-fields binding
2012-07-06 Andy Wingoadd Scheme binding for scm_standard_vtable_vtable
2012-07-06 Andy Wingosimplify scm_init_print
2012-07-06 Andy Wingodeprecate struct-vtable-tag
2012-07-06 Dagobert MichelsenAdd alignment for Sun Studio 12
2012-07-06 Andy Wingoadd check for fchmod
2012-07-06 Andy Wingoremove mkdir alias in filesys.c for mingw
2012-07-06 Andy Wingofix warnings in mingw in expand.c
2012-07-06 Andy Wingofix warning about vsnprintf on mingw
2012-07-06 Andy Wingobe sure to include time.h for struct timespec
2012-07-04 Andy Wingoadd scm_c_nvalues with docs; also, docs for scm_c_values
2012-07-02 Ludovic CourtèsRemove backward-compatible `GC_PTR' definition.
2012-07-02 Ludovic CourtèsUse `void *' instead of `GC_PTR' internally.
2012-06-20 Ludovic CourtèsFix possible deadlock upon `encoding-error' in `open...
2012-06-08 Ludovic CourtèsFix invalid use of `SCM' as a Boolean.
2012-05-30 Ludovic CourtèsHave string ports honor `%default-port-conversion-strat...
2012-05-30 Ludovic CourtèsAdd the `%default-port-conversion-strategy' fluid.
2012-05-30 Ludovic CourtèsAccess `pt->ilseq_handler' directly when needed.
2012-05-23 Andy Wingofinish deprecating eval closures
2012-05-23 Andy Wingodeprecate lookup closures
2012-05-23 Andy Wingodeprecate scm_sym2var
2012-05-21 Andy Wingovm.c: remove a useless check
2012-05-15 Ludovic CourtèsFix relative file name canonicalization with empty...
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-10 Andy Wingorefactor vm application of non-programs; boot continuat...
2012-05-08 Ludovic CourtèsAdd missing `SCM_API' for `scm_take_from_input_buffers'.
2012-05-08 Ludovic CourtèsFix `setvbuf' to leave the line/column number unchanged.
2012-05-07 Andy WingoAdd a missing SYNC_ALL in variable-ref
2012-05-06 Ludovic CourtèsOptimize `scm_read_string'.
2012-05-06 Ludovic CourtèsMake `scm_unget_byte' public.
2012-05-06 Ludovic Courtèsread: Avoid `void *' pointer arithmetic.
2012-05-04 Ludovic CourtèsCorrect typing of assertion in the `wind' instruction.
2012-05-04 Ludovic CourtèsSimplify the reader's `read_complete_token'.
2012-04-30 Andy Wingopush error handlers out of line in the vm
2012-04-30 Andy Wingoadd internal SCM_NOINLINE definition
2012-04-30 Andy Wingoadd scm_c_values helper
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-04-22 Ludovic CourtèsFix and clarify documentation of `sorted?'.
2012-04-12 Ludovic CourtèsAvoid use of `GC_PTR' in "smob.h".
2012-04-04 Mark H WeaverFix scm_to_utf8_stringn once and for all; optimize...
2012-04-03 Mark H WeaverFix scm_to_utf8_stringn to NUL-terminate properly
2012-04-02 Mark H WeaverFix scm_to_utf8_stringn to return the length in bytes...
2012-04-01 Andy Wingofix scm_to_utf8_stringn for wide strings to NUL-append...
2012-03-22 Andy Wingomicro-optimizations to string-trim-both, and to (web...
next