bpt/guile.git
2011-01-26 Julian GrahamAdditional documentation for symbol manipulation functions.
2011-01-25 Ludovic CourtèsRewrite `read-line' in terms of `scm_getc'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-25 Ludovic CourtèsTest substitution and escaping on port output.
2011-01-25 Ludovic CourtèsAdd `scm_{to,from}_utf32_string'.
2011-01-25 Ludovic CourtèsOptimize `scm_{to,from}_latin1_string'.
2011-01-25 Andy Wingostexi->shtml supports itemx
2011-01-24 Ludovic CourtèsInstall the current locale when starting the REPL.
2011-01-24 Ludovic CourtèsRemove useless branches in the port code.
2011-01-24 Ludovic CourtèsAlways initialize a port's encoding name.
2011-01-24 Andy Wingoupdate the man page
2011-01-24 Ludovic CourtèsChoose the input source file encoding in a locale-indep...
2011-01-23 Ludovic CourtèsRemove unexpected non-ASCII character.
2011-01-23 Ludovic CourtèsRewrite `scm_lfwrite_substr' in terms of `scm_display'.
2011-01-23 Ludovic CourtèsRemove `scm_lfwrite_str'.
2011-01-22 Ludovic CourtèsAugment `THANKS'.
2011-01-22 Ludovic CourtèsHide the string escaping hacks.
2011-01-22 Ludovic CourtèsRewrite `read-char', `display', etc. using iconv calls...
2011-01-22 Andy Wingoinfinities are no longer integers
2011-01-22 Andy Wingoweb.texi fix
2011-01-22 Andy Wingoscm_with_guile calls GC_call_with_gc_active
2011-01-21 Andy Wingoupdate NEWS for hungry-eol-escapes
2011-01-21 Andy Wingodocument hungry-eol-escapes
2011-01-21 Andy Wingoimplement r6rs hungry escaped EOL
2011-01-21 Andy Wingoimplement port-eof?
2011-01-20 Andy Wingoadd NEWS for expt change
2011-01-20 Andy Wingoupdate NEWS for 1.9.14
2011-01-20 Mark H WeaverFix bugs in expt and integer-expt
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-15 Neil JerramAdd "REPORTING BUGS" and "COPYING" sections to Guile...
2011-01-15 Neil JerramDocument missing Guile command line options
2011-01-15 Neil JerramManual page fixes
2011-01-14 Neil JerramConfront the MOP
2011-01-14 Neil JerramMove `GOOPS Error Handling' to after `Introspection'
2011-01-14 Neil JerramMove `Handling Slot Access Errors' inside `Accessing...
2011-01-14 Neil JerramMerge small sections into `GOOPS Object Miscellany'
2011-01-14 Neil JerramRemove content-free `Generic Functions and Accessors'
2011-01-14 Neil JerramMove `Accessing Slots' inside `Introspection'.
2011-01-14 Neil JerramReorder `Introspection'
2011-01-14 Neil JerramEdit `Introspection'
2011-01-14 Neil JerramMove `Introspection' earlier
2011-01-12 Neil JerramImprove doc on generic functions and inheritance
2011-01-11 Andy Wingoweb.texi defun -> deffn
2011-01-11 Andy Wingomore web.texi foo
2011-01-11 Andy Wingoupdate web.text documentation for requests and responses
2011-01-11 Andy Wingorequest and response cleanups
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2011-01-10 Andy Wingoupdate web.texi for (web http) changes
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingoupdate (web http) docs
2011-01-08 Andy Wingo(web http): don't expose header-decl objects
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2011-01-08 Andy Wingofix scm_from_stringn empty string case
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingorevert unfinished web.texi changes
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2011-01-07 Andy Wingooptimize scm_from_latin1_symboln
2011-01-07 Andy Wingolookup_interned_symbol uses get_handle_by_hash
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
2011-01-07 Andy Wingoremove vector hash table code
2011-01-07 Andy Wingohashtab cleanups
2011-01-07 Andy Wingofix symbol garbage collection
2011-01-07 Andy Wingoadd hash functions for locale, latin1, and utf8 strings
2011-01-07 Andy Wingomultibyte regex error handling fix
2011-01-07 Andy Wingohash.c cleanup
2011-01-07 Andy Wingoadd scm_from_{latin1,utf8}_symbol{n,}
2011-01-07 Andy Wingoadd scm_{to,from}_{utf8,latin1}_string{n,}
2011-01-07 Andy Wingoread-header returns EOF at end, update (web http) docs
2011-01-07 Andy Wingoupdate URI documentation
2011-01-07 Andy Wingouri-encode fast path
2011-01-07 Andy Wingouri-decode #:encoding, not #:charset
2011-01-07 Andy Wingorename string->uri and uri->string.
2011-01-07 Andy Wingoclarify uri fragment discussion
2011-01-07 Andy Wingorewrite web.texi intro
2011-01-05 Ludovic CourtèsTiny style improvement in the ECMAScript compiler.
2011-01-05 Ludovic CourtèsChange `getaddrinfo' test to handle the GNU-specific...
2011-01-04 Noah LavineFix ECMAScript object creation.
2011-01-04 Ludovic CourtèsDocument `scm_misc_error' (bug #31969).
2011-01-04 Ludovic CourtèsImprove doc of `string-index', `string-index-right...
2010-12-23 Neil JerramManual typo fix
2010-12-20 Ludovic CourtèsHave `lookahead-u8' and `get-u8' actually do binary...
2010-12-20 Ludovic CourtèsTemporarily fix `unistr.in.h' to allow compilation...
2010-12-20 Ludovic CourtèsUpdate Gnulib to v0.0-4544-gce083ca.
2010-12-18 Andy Wingoformat handles ~@c better
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingotake advantage of letrec* in format
2010-12-18 Andy Wingoinline format:out into format
2010-12-18 Andy Wingomore format cleanups
2010-12-18 Andy Wingoformat's first arg is "destination"
2010-12-18 Andy Wingoinline format:format into format
2010-12-18 Andy Wingodeprecate omission of port to ice-9 format
2010-12-18 Andy Wingoletrec -> internal definitions in format.scm
2010-12-18 Andy Wingoformat.scm cleanups
2010-12-18 Andy Wingoice-9 format license update
2010-12-17 Ludovic CourtèsBump version number for 1.9.14.
2010-12-17 Ludovic CourtèsTweak `NEWS'.
2010-12-17 Ludovic Courtèsfutures: Store pending futures in a queue.
next