bpt/guile.git
2009-09-06 Andy Wingoupdate news; ready for 1.9.3
2009-09-06 Andy Wingoupdate NEWS
2009-09-05 Michael GranAvoid string buffer overrun in scm_scan_for_encoding
2009-09-05 Michael GranDoc updates for character encoding of source code files
2009-09-04 Michael GranDoc updates for Unicode string escapes and port encodings
2009-09-04 Michael GranRemove locale u8vector functions
2009-09-04 Michael GranInitialize string ports with UTF-8 encoding
2009-09-04 Michael Granwrite-char should handle UCS-4 characters
2009-09-03 Ken RaeburnMake test-case compilation with -DSCM_DEBUG=1 work.
2009-09-03 Michael GranDoc updates for srfi-14 character sets
2009-09-03 Michael GranUpdate docs and docstrings for Unicode characters
2009-09-03 Michael GranAdd char-set debugging function
2009-09-03 Michael GranDistinguish between all codepoints and designated codep...
2009-09-03 Michael GranModify read and print of combining characters
2009-09-02 Michael GranRemove always-true range checks in scm_i_ucs_range_to_c...
2009-09-02 Michael GranMore srfi-14 char-set tests
2009-09-02 Michael GranUnreachable code in charset set operator
2009-09-02 Michael GranOptimize charset union operator
2009-09-02 Michael GranThe charset complement operator should not include...
2009-09-02 Michael Granchar-set-filter! does not properly iterate over the...
2009-09-02 Michael Granucs-range->char-set should not store surrogates and...
2009-09-02 Michael Granchar-set-any improperly unpacks charset data
2009-09-02 Michael Granchar-set-xor! should modify the input parameter
2009-09-01 Andy Wingofix nontail loops within loops
2009-08-30 Michael GranUpdate docs for Unicode characters
2009-08-30 Michael GranTests for display and writing of characters
2009-08-30 Michael GranFix escape sequence normalization for wide strings
2009-08-30 Michael GranFix encoding errors with strings returned by string...
2009-08-30 Neil JerramExport readline history functions
2009-08-29 Michael GranRange check octal-escaped characters
2009-08-29 Michael GranMore tests for chars.test
2009-08-29 Michael GranMore tests for chars.test
2009-08-29 Michael GranSurrogate characters shouldn't be in charsets
2009-08-29 Michael GranBetter range check for codepoints
2009-08-29 Michael GranCast the input to isalpha et al to integer
2009-08-28 Andy Wingofix case in which compiled path had stale .go, but...
2009-08-28 Michael GranDon't presume existence or success of setlocale in...
2009-08-28 Michael Granscm_getc improperly handles Latin-1 characters
2009-08-28 Michael GranFix FUNC_NAME definitions and #endif in srfi-14.[ch]
2009-08-28 Michael GranScript to generate srfi-14 charsets from UnicodeData.txt
2009-08-27 Neil JerramFix GDS utility client startup
2009-08-27 Ludovic CourtèsAdd missing `FUNC_NAME' definition.
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Neil JerramFix doc of let*-values
2009-08-27 Neil JerramMake GDS resilient to autocompilation comments
2009-08-27 Neil JerramIncorporate ice-9-debugger-extensions properly
2009-08-27 Neil JerramRemove superfluous ice-9-debugger-extensions code for...
2009-08-27 Michael GranDefault srfi-14 character set information
2009-08-27 Michael GranAlways cast input to toupper as int
2009-08-27 Michael GranSegfault when writing non-Latin-1 characters under...
2009-08-27 Michael GranUnicode-capable srfi-14 charsets
2009-08-26 Andy WingoRevert "eval is actually compile"
2009-08-26 Ken RaeburnDon't leave and reenter guile mode if mutex is available
2009-08-26 Ken RaeburnPick up in tree headers rather than installed ones
2009-08-26 Andy Wingofix uninitialized variable in scm_read_character
2009-08-26 Andy Wingoactually install guile-tools
2009-08-26 Andy Wingofix guile-readline linker bug
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-23 Michael GranAvoid unpacking symbols in GOOPS
2009-08-23 Michael GranModify socket and time functions for wide strings
2009-08-23 Michael GranUse string and symbol accessors in struct, throw, and...
2009-08-23 Michael GranAvoid type-punning warning in scm_gentemp
2009-08-21 Neil JerramUpdate NEWS
2009-08-21 Neil JerramAvoid clash with system setjmp/longjmp on IA64
2009-08-21 Neil JerramRemove trailing whitespace
2009-08-21 Neil JerramFix set-source-properties so that the special source...
2009-08-21 Neil JerramIn srcprop.c change all occurrences of "plist" to ...
2009-08-21 Neil JerramMinor improvements to doc on source properties
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranUse uc_tolower in number conversion
2009-08-21 Michael GranUse string accessors for string->number conversion
2009-08-21 Michael GranAdd initial support for wide symbols
2009-08-21 Michael GranUse symbol accessors in scm_gc_mark_dependencies
2009-08-21 Michael GranUse string accessors in scm_basename and scm_dirname
2009-08-21 Michael GranAvoid type-limits warning in SCM_TO_TYPE_PROTO
2009-08-21 Michael GranType-limits error in GC environment initialization
2009-08-21 Michael GranAvoid accessing symbol internals in call_dsubr_1 and...
2009-08-21 Michael GranUse string and symbol accessors with obarrays and keywo...
2009-08-20 Ludovic CourtèsAggregate `guile-readline' makefiles.
2009-08-20 Ludovic CourtèsDon't use a sub-`configure' for `guile-readline'.
2009-08-20 Andy Wingoeval is actually compile
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-20 Andy Wingoeval-elisp uses primitive-eval
2009-08-20 Andy Wingodefine @bind using syntax-case
2009-08-20 Andy Wingouse primitive-eval in run-vm-tests.scm
2009-08-20 Andy Wingobetter VM error messages
2009-08-20 Andy Wingoupdate docs for calling convention change
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Andy Wingoreorder frame layout
2009-08-20 Andy Wingoremove dead weight from vm-i-system.c
2009-08-20 Andy Wingodisable autocompilation in the test suite
2009-08-20 Andy Wingoautocompiled files before installation go to a cache...
2009-08-20 Michael Grantype limits error in string-tabulate
2009-08-20 Michael GranUpdate srfi-13 functions for Unicode
2009-08-20 Michael GranSome srfi-13 test with wide strings
2009-08-20 Michael GranUpdates to benchmarks for srfi-13
2009-08-20 Michael GranAvoid possible mutex hang on error message output
2009-08-20 Michael GranAdd VM exception in strings.test
next