bpt/guile.git
2010-01-23 Michael GranR6RS string escapes broken on string output
2010-01-23 Ludovic CourtèsRevert "Install `standard-library.info'."
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-23 Ludovic CourtèsSlightly improve comments and style in `struct.c'.
2010-01-23 Ludovic CourtèsClarify GC-registered displacements for structs.
2010-01-23 Ludovic CourtèsOptimize struct initialization and accessors for the...
2010-01-22 Ludovic CourtèsInstall `standard-library.info'.
2010-01-20 Ludovic CourtèsFix `uniform-vector-read!' and `uniform-vector-write'.
2010-01-19 Ludovic CourtèsBump version number for 1.9.7.
2010-01-19 Ludovic CourtèsUpdate `NEWS'.
2010-01-19 Ludovic CourtèsDocument `guile-tools compile'.
2010-01-19 Ludovic CourtèsReinstate `scm_is_bool ()' as a function.
2010-01-19 Ludovic CourtèsMake `sockets.test' more robust.
2010-01-19 Michael GranDocument modal encodings problem in ref doc
2010-01-18 Ludovic CourtèsFix use of utimensat(2).
2010-01-18 Michael GranMove string internals description in ref doc
2010-01-18 Michael GranString ref doc updates for case and conversion
2010-01-17 Michael GranDocument string-bytes-per-char and %string-dump
2010-01-17 Michael Granobject->assembly shouldn't presume existence of %nil
2010-01-17 Michael Granreader options macros incorrect when SCM_ENABLE_ELISP...
2010-01-17 Andy Wingofix doc snarfing with fedora 12
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-15 Andy Wingofix (class-of #u32())
2010-01-15 Andy Wingoadd reader option for parsing [] as ().
2010-01-14 Andy Wingofix call counting in statprof, enhance repl support
2010-01-14 Andy Wingovm.c uses scm_c_take_bytevector instead of scm_take_u8v...
2010-01-13 Andy Wingo1.8 compat in ice-9 syncase
2010-01-13 Andy Wingovm-trace prints return values
2010-01-13 Andy WingoRETURN_HOOK communicates the number of returned values
2010-01-13 Andy Wingovm-trace only traces execution of its thunk
2010-01-13 Andy Wingoremove unused var in read.c
2010-01-13 Thien-Thi NguyenUse `mkstemp' instead of `mktemp'.
2010-01-13 Thien-Thi NguyenUpdate configure script hints wrt precious env vars.
2010-01-13 Michael GranDocument R6RS hex escapes
2010-01-13 Michael GranDisable \u and \U escapes when r6rs-hex-escapes enabled
2010-01-13 Michael GranMove r6rs-hex-escape tests into reader.test
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-12 Andy Wingofix texinfo reflection for procedures
2010-01-12 Andy Wingoallow simple value definitions with define*-public
2010-01-12 Andy Wingohopefully fix shared c32 / c64 uniform arrays
2010-01-11 Andy Wingomake-array bugfix
2010-01-11 Andy Wingoinspector integration in debugger
2010-01-11 Andy Wingofix srfi-4 shared vector access from c
2010-01-11 Andy Wingoprograms print as #<procedure ...>
2010-01-11 Andy Wingoadd a silly inspector
2010-01-11 Andy Wingoremove section on enclose-array
2010-01-11 Andy Wingofix compilation of #2((1 2 3) (4 5 6))
2010-01-11 Andy Wingoallow (define* SYM VAL)
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-11 Andy Wingofix erroneous compilation of #@2(1 2 3) as #(1 2 3)
2010-01-11 Ludovic CourtèsEvaluate the `export' and `re-export' forms at compile...
2010-01-11 Ludovic CourtèsThe reference graph in `-Wunused-toplevel' may contain...
2010-01-11 Michael GranRefactor repeated code in scm_read_string
2010-01-11 Ludovic CourtèsMove `feature?' to `deprecated.scm'.
2010-01-11 Ludovic CourtèsMake `(ice-9 deprecated)' a module of its own.
2010-01-11 Ludovic CourtèsMake `boot-9.scm' more friendly with `-Wunused-toplevel'.
2010-01-11 Ludovic CourtèsFix SRFI-19 exports.
2010-01-11 Ludovic CourtèsRemove unused top-level variables.
2010-01-11 Ludovic CourtèsHave "guile-tools compile" use the current locale.
2010-01-11 Ludovic CourtèsProvide Guile-friendly `coding:' meta-data.
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-10 Michael GranMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2010-01-10 Michael GranAdd R6RS backspace string escape
2010-01-10 Michael GranAdd R6RS backslash string escape
2010-01-10 Michael GranAdd R6RS character names
2010-01-10 Andy Wingofix properties disassembly
2010-01-10 Andy Wingoshow args to subr calls in backtraces
2010-01-10 Andy Wingoupdate NEWS
2010-01-10 Andy Wingofold 1.9.6 NEWS into the main text
2010-01-09 Thien-Thi NguyenFix bug: Use correct `FUNC_NAME' for `scm_macro_binding'.
2010-01-09 Thien-Thi NguyenAdd cast in `make_vm' to silence compiler warning.
2010-01-09 Thien-Thi NguyenFix bug: Init auto var to unrandomize `stack_depth...
2010-01-09 Andy Wingofix SCM_STACK_OVERFLOW_P bug
2010-01-09 Andy Wingoslight tweak to stack narrowing in the debugger
2010-01-09 Andy Wingofix bug in subr-call and smob-call
2010-01-09 Andy WingoNarrow one more frame in debug.scm:debug-pre-unwind...
2010-01-09 Andy Wingoprint the error more nicely when we enter the debugger
2010-01-09 Andy Wingomake backtraces prettier
2010-01-09 Andy Wingoport-encoding returns #f if port encoding not set
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-09 Andy Wingosmobs are applied with vm trampoline procedures
2010-01-09 Andy Wingore-add SCM_GSUBR_MAX
2010-01-08 Ludovic CourtèsFix frame printing in the debugger.
2010-01-08 Ludovic CourtèsFactorize the location stack handling in warning analyses.
2010-01-08 Ludovic CourtèsUse `HORIZONTAL ELLIPSIS' when available in `truncated...
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2010-01-07 Andy Wingofix procedure-name on applicable structs
2010-01-07 Andy Wingosubrs are now VM trampoline procedures
2010-01-07 Andy Wingobetter scm_subr_p deprecation
2010-01-07 Andy Wingoprovide missing prototypes
2010-01-07 Andy Wingoboot the VM very early in init.c
2010-01-07 Andy Wingotc7 tags for vm-related data
2010-01-07 Andy Wingoproperly integrate vm bootstrapping into init.c
2010-01-07 Andy Wingoboot bytevectors earlier
2010-01-07 Andy Wingoinline srfi-4 vector accessors
2010-01-07 Andy Wingoupdate uniform vector docs
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-07 Andy WingoRevert "Remove unused internal bytevector functions."
2010-01-07 Andy Wingoclean up includes in vectors.[ch]
2010-01-07 Andy Wingofix array->list
next