Update thanks
[bpt/guile.git] / libguile /
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...
2012-03-18 Andy Wingomake applicable smob calls cheaper, and fix a memory...
2012-03-08 Andy Wingomore libgc 7.1 compat
2012-03-08 Andy Wingorun finalizers asynchronously in asyncs
2012-03-08 Andy Wingouse the new finalizer helpers
2012-03-08 Andy Wingoadd scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add...
2012-03-08 Andy Wingoscm_new_smob, scm_new_double_smob inline functions
2012-03-08 Andy Wingoscm_cell, scm_double_cell, scm_words back to gc.h
2012-03-08 Andy Wingosimplify inline function infrastructure
2012-03-08 Ian PriceFix flush on soft ports, so that it actually runs.
2012-03-07 Giuseppe ScrivanoFix a segfault when /dev/urandom is not accessible
2012-03-05 Mark H WeaverDon't call SYMBOL_STRINGBUF on a string
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-15 Mark H WeaverAdd support for source properties on non-immediate...
2012-02-15 Mark H WeaverAdd 'supports-source-properties?' predicate
2012-02-15 Mark H WeaverRelax validation of source property accessors
2012-02-10 Andy Wingomore efficient scm_string_to_utf8, scm_string_to_utf32
2012-02-10 Andy Wingomore efficient scm_to_utf8_stringn, scm_to_utf32_stringn
2012-02-08 Mark H WeaverAdd source properties to many more types of data
2012-02-08 Mark H WeaverUnoptimize 'read' to return freshly allocated empty...
2012-02-08 Mark H WeaverOptimize empty substring case of scm_i_substring_copy
2012-02-08 Mark H WeaverAdd and use maybe_annotate_source helper in read.c
2012-02-08 Mark H WeaverRemove inline and register attributes from read.c
2012-02-08 Mark H WeaverRemove incorrect comment in read.c
2012-02-08 Andy Wingoi18: avoid freelocale (NULL)
2012-02-05 Andy WingoFix --enable-debug-malloc
2012-02-03 Andy Wingofix compilation of control.c, continuations.c when...
2012-02-03 Ludovic Courtèsi18n: Use Gnulib's `nl_langinfo' module.
next