2002-07-20 Han-Wen <hanwen@cs.uu.nl>
[bpt/guile.git] / libguile / strop.c
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-11 Marius Vollmer(scm_string_capitalize_x): Treat characters as unsigned...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-13 Marius Vollmer(scm_substring_move_left_x, scm_substring_move_right_x...
2001-11-11 Thien-Thi Nguyen(scm_string_null_p): Docfix; nfc.
2001-11-11 Neil Jerram* Documentation work.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-05-28 Michael Livshin* strop.c (s_scm_string_capitalize_x): fix docstring...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-06 Thien-Thi Nguyen(scm_substring_move_x): Doc fix; nfc.
2001-05-04 Martin Grabmüller * strop.c (scm_string_split): New procedure.
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-27 Martin Grabmüller * strop.c (scm_string_to_list): Fixed docstring markup.
2001-03-23 Neil Jerram* Fix docstring typos.
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-01-26 Dirk Herrmann* Fix parameter error reporting and avoid redundant...
2000-11-28 Dirk Herrmann* Removed outdated comment.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Eliminated all calls to SCM_UCHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-02 Neil Jerram* Docstring updates.
2000-08-12 Neil JerramDocstring fix - quote quotation marks and backslashes.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-27 Greg J. Badros* strop.c (scm_i_index): Obfuscated commented-out SCM_D...
2000-01-27 Greg J. Badros* throw.c: Factor out an #ifdef/#else/#endif choice...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* scm_validate.h, chars.c, ports.c, print.c, read.c...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-11 Jim Blandy* strop.c (scm_substring_move_x): Signal an error if...
1999-08-30 Jim Blandy* gh_data.c (gh_set_substr): Revert change of 1999...
1999-08-29 Mikael Djurfeldt* gh_data.c, ports.c, strop.c: Alternatively use bcopy...
1999-05-09 Jim Blandy* strop.c (scm_string_capitalize_x): Use the SCM object...
1999-05-09 Jim Blandy * strop.c (scm_string_capitalize_x, scm_string_capital...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-10-19 Jim BlandyCorrect copyright notice.
1997-11-20 Tim Pierce*** empty log message ***
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-08-30 Gary Houston* unif.c (scm_shap2ra): tighten the checking of the...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-03-29 Gary Houston* ioext.c (scm_setfileno): throw a runtime error if...
1997-02-06 Gary Houston* strop.c (scm_string_upcase_x, scm_string_downcase_x...
1997-02-04 Gary Houston* * net_db.c (scm_lnaof): change scheme name from lnaof...
1997-01-18 Gary Houston * init.scm (index, rindex): replace versions in utilit...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import