summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease_1-8-1cvs2svn2006-10-070-0/+0
* *** empty log message ***Rob Browning2006-10-072-4/+11
* (EXTRA_DIST): Add LICENSE.Rob Browning2006-10-071-1/+1
* *** empty log message ***Rob Browning2006-10-063-6/+21
* (GUILE_MICRO_VERSION): Increment for release.Rob Browning2006-10-061-6/+6
* (LIBGUILEREADLINE_INTERFACE_REVISION):Rob Browning2006-10-061-1/+1
* *** empty log message ***Rob Browning2006-10-062-37/+27
* *** empty log message ***Kevin Ryde2006-10-041-0/+3
* (Readline Functions): New section on how to call readline from scheme code.Kevin Ryde2006-10-041-2/+137
* *** empty log message ***Kevin Ryde2006-10-041-0/+4
* (filename-completion-function): Export this.Kevin Ryde2006-10-041-1/+2
* ** ice-9 ftw fix for same inodes across different devicesKevin Ryde2006-10-041-0/+2
* New file.Kevin Ryde2006-10-041-0/+73
* *** empty log message ***Kevin Ryde2006-10-042-0/+13
* * tests/ftw.test: New file.Kevin Ryde2006-10-041-0/+1
* (visited?-proc): Use hashv since we know we're gettingKevin Ryde2006-10-041-6/+25
* note 2006 for the glibc 2.3.6, to know how old or new it is or will beKevin Ryde2006-10-041-3/+3
* Mention new make-completion-function procedure in (ice-9 readline).Neil Jerram2006-10-041-0/+7
* *** empty log message ***Kevin Ryde2006-10-041-0/+10
* (Buffered Input): New section, describing (ice-9 buffered-input).Kevin Ryde2006-10-041-1/+2
* (User Information): Clarify getpwent returns #f at end of file.Kevin Ryde2006-10-041-2/+2
* (File Tree Walk): Corrections to BASE parameterKevin Ryde2006-10-041-30/+92
* Minor fixes for typos and informal languageNeil Jerram2006-10-041-7/+7
* *** empty log message ***Rob Browning2006-10-041-8/+31
* ** apply arg count checking fix on "1 or 2 arg" functions such as make-vectorKevin Ryde2006-10-021-0/+1
* *** empty log message ***Kevin Ryde2006-10-021-0/+6
* *** empty log message ***Kevin Ryde2006-10-021-0/+5
* (apply): New tests, exercising scm_tc7_subr_2o whichKevin Ryde2006-10-021-2/+26
* (SCM_APPLY): For scm_tc7_subr_2o, throw wrong-num-args on 0Kevin Ryde2006-10-021-1/+10
* (Slot Options): Added example from Ludovic CourtèsNeil Jerram2006-09-282-2/+39
* (Symbol Props): Remove unnecessarily specificNeil Jerram2006-09-282-4/+7
* *** empty log message ***Kevin Ryde2006-09-281-0/+15
* (truncate): Use "const char *" and "off_t" for parameters, per usualKevin Ryde2006-09-281-5/+19
* (truncate): Conditionalize on "HAVE_FTRUNCATE && ! HAVE_TRUNCATE" soKevin Ryde2006-09-281-3/+4
* (ftruncate): Use "HAVE_CHSIZE && ! HAVE_FTRUNCATE"Kevin Ryde2006-09-281-1/+12
* (fcntl.h): Can include this unconditionally, no need for __MINGW32__.Kevin Ryde2006-09-281-4/+1
* (ftruncate): Use "HAVE_CHSIZE && ! HAVE_FTRUNCATE"Kevin Ryde2006-09-281-0/+12
* *** empty log message ***Kevin Ryde2006-09-281-0/+4
* (chsize, ftruncate, truncate): New tests, for mingw.Kevin Ryde2006-09-281-1/+5
* *** empty log message ***Kevin Ryde2006-09-271-0/+4
* (scm_execl, scm_execlp, scm_execle): Cast "const char *Kevin Ryde2006-09-271-3/+23
* *** empty log message ***Kevin Ryde2006-09-272-0/+11
* (scm_log10): Check HAVE_CLOG10, not available in mingw.Kevin Ryde2006-09-271-1/+4
* (clog10): New test, not in mingw.Kevin Ryde2006-09-271-1/+2
* LFS for file access.Kevin Ryde2006-09-261-0/+1
* *** empty log message ***Kevin Ryde2006-09-261-0/+6
* (Ports): File access uses LFS.Kevin Ryde2006-09-261-0/+4
* (scm_truncate_file): Update docstring per manual.Kevin Ryde2006-09-261-6/+11
* (Random Access): In truncate-file, tweak wording forKevin Ryde2006-09-261-8/+12
* *** empty log message ***Kevin Ryde2006-09-262-0/+15