summaryrefslogtreecommitdiff
path: root/libguile/strop.c
Commit message (Expand)AuthorAgeFilesLines
* (scm_substring_move_x): Doc fix; nfc.Thien-Thi Nguyen2001-05-061-25/+25
* * strop.c (scm_string_split): New procedure....Martin Grabmüller2001-05-041-0/+49
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-38/+30
* * strop.c (scm_string_to_list): Fixed docstring markup....Martin Grabmüller2001-03-271-30/+37
* * Fix docstring typos.Neil Jerram2001-03-231-1/+2
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),...Martin Grabmüller2001-03-161-8/+10
* * _scm.h: Removed #include <errno.h>....Mikael Djurfeldt2001-03-101-1/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Fix parameter error reporting and avoid redundant parameter checks.Dirk Herrmann2001-01-261-31/+80
* * Removed outdated comment.Dirk Herrmann2000-11-281-5/+1
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-4/+4
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Change a couple of functions to accept either symbols or strings only....Dirk Herrmann2000-10-301-10/+8
* * Some more work to get rid of SCM_LENGTH...Dirk Herrmann2000-10-251-2/+2
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-10/+10
* * Eliminated all calls to SCM_UCHARS.Dirk Herrmann2000-09-261-29/+14
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-4/+4
* * Docstring updates.Neil Jerram2000-09-021-0/+2
* Docstring fix - quote quotation marks and backslashes.Neil Jerram2000-08-121-7/+7
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-7/+7
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-7/+7
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg J. Badros2000-03-031-1/+1
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-7/+7
* * strings.h: don't use SCM_P. don't include <string.h>....Gary Houston2000-01-311-0/+5
* * strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by...Greg J. Badros2000-01-271-1/+1
* * throw.c: Factor out an #ifdef/#else/#endif choice more finely...Greg J. Badros2000-01-271-28/+150
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,...Mikael Djurfeldt2000-01-181-38/+37
* * scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,...Greg J. Badros2000-01-111-2/+2
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*...Greg J. Badros2000-01-051-32/+32
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-15/+15
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for...Greg J. Badros2000-01-051-5/+5
* * coop-threads.c: Remove K&R function headers....Greg J. Badros1999-12-161-1/+1
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,...Greg J. Badros1999-12-131-6/+29
* Remove leading whitespace before empty docstrings.Greg J. Badros1999-12-131-2/+2
* * *.c: Pervasive software-engineering-motivated rewrite of...Greg J. Badros1999-12-121-118/+112
* * strop.c (scm_substring_move_x): Signal an error if start1...Jim Blandy1999-09-111-1/+2
* * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is...Jim Blandy1999-08-301-10/+0
* * gh_data.c, ports.c, strop.c: Alternatively use bcopy if memmove...Mikael Djurfeldt1999-08-291-0/+10
* * strop.c (scm_string_capitalize_x): Use the SCM object `s' in...Jim Blandy1999-05-091-51/+16
* * strop.c (scm_string_capitalize_x, scm_string_capitalize): new...Jim Blandy1999-05-091-101/+138
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),...Jim Blandy1999-02-061-2/+2
* Correct copyright notice.Jim Blandy1998-10-191-1/+1
* *** empty log message ***Tim Pierce1997-11-201-1/+13
* * Makefile.in: Rebuilt....Tom Tromey1997-10-151-1/+0
* * unif.c (scm_shap2ra): tighten the checking of the array dimension...Gary Houston1997-08-301-6/+1
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-2/+3
* * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD...Gary Houston1997-03-291-1/+1