bpt/guile.git
2011-11-07 Andy Wingolocking on scm_c_read, scm_getc
2011-11-07 Andy Wingothreadsafe get-byte-or-eof, peek-byte-or-eof
2011-11-07 Andy Wingothreadsafe port revealed counts
2011-11-07 Andy Wingoscm_c_lock_port takes a port
2011-11-07 Andy Wingoports implementation reordering
2011-11-07 Andy Wingothreadsafe access to scm_ptobs
2011-11-07 Andy Wingoreorder ports.h declarations
2011-11-07 Andy Wingoremove scm_markstream
2011-11-07 Andy Wingoports.h: remove unimplemented declarations
2011-11-07 Andy Wingoinlined port functions to ports.h
2011-11-07 Andy Wingoadd lock to scm_t_port
2011-11-07 Andy Wingoregenerate psyntax-pp
2011-11-07 Andy Wingoadd tests for hygienic name introduction
2011-11-07 Andy Wingohygienically rename macro-introduced bindings, reproducibly
2011-11-07 Andy Wingofix scope bug in <module> definition in boot-9
2011-11-07 Andy Wingoanother scoping test
2011-11-07 Andy Wingoresolve-identifier for toplevel definitions resolves...
2011-11-07 Andy Wingoadd scoping test
2011-11-07 Andy Wingodefined identifiers scoped in the current module
2011-11-07 Andy Wingosyntax parameters implemented properly
2011-11-07 Andy Wingosyntax-parameterize, not fluid-let-syntax
2011-11-07 Andy Wingoadd define-syntax-parameter, same as define-syntax
2011-11-07 Andy Wingopsyntax: resolve-identifier refactor
2011-11-04 Andy Wingochi-top-sequence refactor
2011-11-04 Andy Wingominor psyntax refactors
2011-11-04 Andy Wingopeval doesn't resolve primitives
2011-11-04 Andy Wingoresolve-primitives! does not primitivize local definitions
2011-11-04 Andy Wingomore robust scm_exit_status
2011-10-28 Andy Wingorefactor chi-top-sequence
2011-10-28 Andy Wingoregenerate psyntax-pp
2011-10-28 Andy Wingoadd string-length, string-ref, vector-length instructions
2011-10-28 Andy Wingoadd vector-length primitive
2011-10-28 Andy Wingosimplify primitives.scm
2011-10-27 Andy Wingofix the peval merge and a test
2011-10-27 Andy Wingofix hash of zero-length vectors
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-25 Andy Wingoupdate `hash'
2011-10-25 Andy Wingodon't downcase characters before hashing them
2011-10-25 Andy Wingoscm_hasher is static
2011-10-25 Andy Wingoadd thomas wang's integer hash function; use it for...
2011-10-25 Andy Wingosymbols.h reindent
2011-10-25 Andy Wingouse bob jenkins' hashword2 hash from lookup3.c for...
2011-10-25 Andy Wingofix a vhash test
2011-10-25 Andy Wingooptimize scm_from_utf8_stringn
2011-10-25 Andy Wingomost uses of scm_from_locale_symbol become scm_from_utf...
2011-10-25 Andy Wingooptimize utf8 symbol lookup
2011-10-24 Andy Wingoslight scm_procedure_p, scm_i_procedure_arity refactor
2011-10-24 Andy Wingoremove CELL_P macro
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_BASE
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_P
2011-10-24 Andy Wingoboot_closure_print cleanup
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-10-24 Andy Wingorefactor tc7 and tc16 checks
2011-10-24 Andy Wingocheck for pairs with scm_is_pair, not scm_nimp
2011-10-24 Andy Wingode-inline cons in scm_acons
2011-10-24 Andy Wingoremove mutex in make-object-property
2011-10-24 Andy Wingoremove weak pairs, rewrite weak vectors
2011-10-24 Andy Wingoremove a stale comment
2011-10-24 Andy Wingoconvert internal weak hash table users to use the weak...
2011-10-24 Andy Wingoreimplement hashtab.c's weak hash tables in terms of...
2011-10-24 Andy Wingoadd weak table implementation
2011-10-23 Andy Wingoadd scm_c_make_port; the port table is now a weak set
2011-10-23 Andy Wingosymbols.c uses weak sets
2011-10-23 Andy Wingoadd weak sets
2011-10-22 Ludovic CourtèsUpdate `NEWS'.
2011-10-22 Ludovic CourtèsFix compilation of `deprecated.c' with SCM_DEBUG_TYPING...
2011-10-22 Ludovic CourtèsBump version number for 2.0.3.
2011-10-22 Ludovic CourtèsUpdate Gnulib to v0.0-6523-gb3609c1.
2011-10-22 Ludovic Courtèsdoc: Document the `sitedir' and `extensiondir' pkg...
2011-10-22 Bake TimmonsFix compilation with `--enable-debug-malloc'.
2011-10-22 Ludovic CourtèsInitialize `get_internal_run_time' before it is used.
2011-10-22 BT Templetonset width for `,trace' command
2011-10-20 Andy Wingofix segfault in goops if class fields are redefined
2011-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-19 Andy Wingoslight frames.h refactor
2011-10-18 Ludovic Courtèsdoc: Add `libguile-parallel.texi' to the distribution.
2011-10-17 Andy Wingofix (web http) write-date for mondays
2011-10-16 Ludovic Courtèsdoc: Complete renaming of `autoconf.texi'.
2011-10-16 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-10-15 Ludovic Courtèscoverage: Add tests for `case-lambda'.
2011-10-15 Ludovic Courtèsdoc: Mention the partial evaluator next to `define...
2011-10-15 Ludovic Courtèscoverage: Add test with `eval'.
2011-10-15 Cedric CellierDefault to using poll(2) in `fport_input_waiting'.
2011-10-15 Andy Wingorevise comments in libguile/tags.h
2011-10-12 Andy Wingoupdate NEWS for 2.0.3
2011-10-12 Andy Wingoadd "Installing Site Packages"
2011-10-12 Andy Wingoupdate tour.texi for site modules and extensions
2011-10-12 Andy Wingomanual: reorganize autoconf, pkg-config info
2011-10-12 Andy Wingoremove documentation on autofrisk foo
2011-10-12 Andy Wingoadd (web client) docs
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingorecognize string primitives
2011-10-10 Andy Wingoadd ,expand and ,optimize
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingoadd accessor-primitive?, peval uses it
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Andy Wingopeval: add operand structure
next