| Commit message (Expand) | Author | Age | Files | Lines |
* | (scm_substring_move_x): Doc fix; nfc. | Thien-Thi Nguyen | 2001-05-06 | 1 | -25/+25 |
* | * strop.c (scm_string_split): New procedure.... | Martin Grabmüller | 2001-05-04 | 1 | -0/+49 |
* | Correct, update, improve and clean up a lot of docstrings in order to make... | Martin Grabmüller | 2001-04-03 | 1 | -38/+30 |
* | * strop.c (scm_string_to_list): Fixed docstring markup.... | Martin Grabmüller | 2001-03-27 | 1 | -30/+37 |
* | * Fix docstring typos. | Neil Jerram | 2001-03-23 | 1 | -1/+2 |
* | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),... | Martin Grabmüller | 2001-03-16 | 1 | -8/+10 |
* | * _scm.h: Removed #include <errno.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+3 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * Fix parameter error reporting and avoid redundant parameter checks. | Dirk Herrmann | 2001-01-26 | 1 | -31/+80 |
* | * Removed outdated comment. | Dirk Herrmann | 2000-11-28 | 1 | -5/+1 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -4/+4 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Change a couple of functions to accept either symbols or strings only.... | Dirk Herrmann | 2000-10-30 | 1 | -10/+8 |
* | * Some more work to get rid of SCM_LENGTH... | Dirk Herrmann | 2000-10-25 | 1 | -2/+2 |
* | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 2000-10-09 | 1 | -10/+10 |
* | * Eliminated all calls to SCM_UCHARS. | Dirk Herrmann | 2000-09-26 | 1 | -29/+14 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -4/+4 |
* | * Docstring updates. | Neil Jerram | 2000-09-02 | 1 | -0/+2 |
* | Docstring fix - quote quotation marks and backslashes. | Neil Jerram | 2000-08-12 | 1 | -7/+7 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -7/+7 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -7/+7 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include strings.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support... | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,... | Greg J. Badros | 2000-03-02 | 1 | -7/+7 |
* | * strings.h: don't use SCM_P. don't include <string.h>.... | Gary Houston | 2000-01-31 | 1 | -0/+5 |
* | * strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by... | Greg J. Badros | 2000-01-27 | 1 | -1/+1 |
* | * throw.c: Factor out an #ifdef/#else/#endif choice more finely... | Greg J. Badros | 2000-01-27 | 1 | -28/+150 |
* | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,... | Mikael Djurfeldt | 2000-01-18 | 1 | -38/+37 |
* | * scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,... | Greg J. Badros | 2000-01-11 | 1 | -2/+2 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*... | Greg J. Badros | 2000-01-05 | 1 | -32/+32 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -15/+15 |
* | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for... | Greg J. Badros | 2000-01-05 | 1 | -5/+5 |
* | * coop-threads.c: Remove K&R function headers.... | Greg J. Badros | 1999-12-16 | 1 | -1/+1 |
* | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,... | Greg J. Badros | 1999-12-13 | 1 | -6/+29 |
* | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1999-12-13 | 1 | -2/+2 |
* | * *.c: Pervasive software-engineering-motivated rewrite of... | Greg J. Badros | 1999-12-12 | 1 | -118/+112 |
* | * strop.c (scm_substring_move_x): Signal an error if start1... | Jim Blandy | 1999-09-11 | 1 | -1/+2 |
* | * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is... | Jim Blandy | 1999-08-30 | 1 | -10/+0 |
* | * gh_data.c, ports.c, strop.c: Alternatively use bcopy if memmove... | Mikael Djurfeldt | 1999-08-29 | 1 | -0/+10 |
* | * strop.c (scm_string_capitalize_x): Use the SCM object `s' in... | Jim Blandy | 1999-05-09 | 1 | -51/+16 |
* | * strop.c (scm_string_capitalize_x, scm_string_capitalize): new... | Jim Blandy | 1999-05-09 | 1 | -101/+138 |
* | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),... | Jim Blandy | 1999-02-06 | 1 | -2/+2 |
* | Correct copyright notice. | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | *** empty log message *** | Tim Pierce | 1997-11-20 | 1 | -1/+13 |
* | * Makefile.in: Rebuilt.... | Tom Tromey | 1997-10-15 | 1 | -1/+0 |
* | * unif.c (scm_shap2ra): tighten the checking of the array dimension... | Gary Houston | 1997-08-30 | 1 | -6/+1 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -2/+3 |
* | * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD... | Gary Houston | 1997-03-29 | 1 | -1/+1 |