summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update docsAndy Wingo2010-07-262-18/+12
* refactor datum->random-state / random-state->datumAndy Wingo2010-07-262-57/+55
* low-level RNG interfaces deal in scm_t_uint32, not unsigned longAndy Wingo2010-07-262-59/+33
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo2010-07-268-86/+8
* Allow exposing of random number generator stateAndreas Rottmann2010-07-264-8/+107
* Fix "make dist" regression: Distribute guile-func-name-check.Thien-Thi Nguyen2010-07-241-1/+2
* Update AUTHORS to reflect now-removed guile-snarf-docs-texi; nfc.Thien-Thi Nguyen2010-07-221-1/+1
* [maint] Remove unused script guile-doc-snarf.Thien-Thi Nguyen2010-07-227-41/+3
* Add copyright notice to acinclude.m4.Thien-Thi Nguyen2010-07-221-0/+21
* [build] Move GUILE_CONFIG_SCRIPT to acinclude.m4.Thien-Thi Nguyen2010-07-222-5/+4
* [maint] Avoid no-op config-subst for libguile/guile-func-name-check.Thien-Thi Nguyen2010-07-223-5/+4
* [build] Overhaul <errno.h>, <signal.h> cpp symbol extraction/checking.Thien-Thi Nguyen2010-07-228-75/+56
* fix git-version-gen to work with bsd sed and obsolete regexpsAndy Wingo2010-07-211-1/+1
* Start rewriting SRFI-1 in Scheme.Ludovic Courtès2010-07-218-271/+224
* Add `vhash-fold*' in `(ice-9 vlist)'.Ludovic Courtès2010-07-213-7/+123
* Fix random number generator on 64-bit platformsAndreas Rottmann2010-07-191-1/+27
* recommend #:replaceAndy Wingo2010-07-172-24/+17
* use scm_malloc_pointerless to alloc aligned blocks in fallbackAndy Wingo2010-07-172-10/+8
* SCM_I_FLUID_P -> SCM_FLUID_PAndy Wingo2010-07-173-4/+8
* Enable character hex escapes by defaultMichael Gran2010-07-174-31/+15
* open-file should handle binary mode and coding declarationsMichael Gran2010-07-173-19/+118
* remove (system vm debug)Andy Wingo2010-07-163-524/+33
* remove (ice-9 emacs)Andy Wingo2010-07-163-287/+0
* gut ice-9 debugAndy Wingo2010-07-165-121/+5
* update tour.texi examplesAndy Wingo2010-07-161-4/+3
* tour.texi updatesAndy Wingo2010-07-161-130/+77
* update debugger docsAndy Wingo2010-07-162-206/+369
* updates to system repl commandAndy Wingo2010-07-161-9/+5
* lower fill-column in .dir-locals.elAndy Wingo2010-07-161-2/+3
* read-line should use port's encoding, not locale's encodingMichael Gran2010-07-162-5/+28
* More explicit variable names in scm_i_scan_for_encodingMichael Gran2010-07-161-15/+18
* Remove heap allocations in `scm_getc', `scm_ungetc', and `find_valid_encoding'.Ludovic Courtès2010-07-151-19/+53
* Expose `scm_encoding_error'.Ludovic Courtès2010-07-152-1/+5
* sxml-match: Always use the same prompt tag.Ludovic Courtès2010-07-151-8/+10
* Declare `ice-9/psyntax-pp.scm.gen' as a phony target.Ludovic Courtès2010-07-151-0/+2
* don't re-print the error by default in call-with-error-handlingAndy Wingo2010-07-151-1/+5
* error-handling tweakAndy Wingo2010-07-151-1/+0
* better error reporting from the vmAndy Wingo2010-07-153-27/+37
* pass a frame to display-error in system repl error-handlingAndy Wingo2010-07-151-22/+20
* display-error takes a frame, shows source if possibleAndy Wingo2010-07-152-10/+50
* fix boostrapping error with srfi-1 (for the third time!)Andy Wingo2010-07-141-1/+6
* Fix argument passing for external hash functions in `(rnrs hashtables)'.Julian Graham2010-07-142-3/+11
* fix '(] infinite loopAndy Wingo2010-07-132-3/+21
* fix psyntax-pp.go dependencyAndy Wingo2010-07-131-1/+1
* ctrl-d with readline exits one recursive repl instanceAndy Wingo2010-07-132-1/+5
* don't automatically generate psyntax-pp.scm any moreAndy Wingo2010-07-131-2/+2
* Have `benchmark-guile' honor the current $GUILE_LOAD_PATH.Ludovic Courtès2010-07-131-1/+1
* Add missing benchmark files to the distribution.Ludovic Courtès2010-07-131-0/+2
* Fix type-checking in the optimized path of `string=?'.Ludovic Courtès2010-07-132-3/+12
* print column numbers in backtracesAndy Wingo2010-07-101-3/+5