summaryrefslogtreecommitdiff
path: root/libguile/strings.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-3/+3
2002-03-15Small docstring fixes.Neil Jerram1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-2/+2
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-2/+2
2002-01-282002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-1/+26
2002-01-10* eval.[ch] (scm_deval_args): Made static.Dirk Herrmann1-7/+12
2001-12-082001-12-08 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+36
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-6/+2
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-3/+2
2001-11-11* Documentation work.Neil Jerram1-1/+1
2001-09-12* Added function scm_str2string. Thanks to Martin Baulig.Dirk Herrmann1-0/+8
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-116/+0
2001-07-11* strings.c (s_scm_string): fix arg position in assert.Michael Livshin1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-0/+2
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-5/+21
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+1
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-8/+8
2001-05-24* validate.hMichael Livshin1-16/+16
2001-05-15* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.Dirk Herrmann1-1/+3
2001-04-09* Clarify docstring for scm_make_shared_substring.Neil Jerram1-1/+1
2001-04-09* Clean up doc and docstring for shared substrings and read only strings.Neil Jerram1-9/+2
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-16/+16
2001-03-22* Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann1-5/+28
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-02-17(scm_string_p, scm_make_string, scm_read_only_string_p, scm_string_length)Martin Grabmüller1-24/+28
2001-02-08* Fixed parameter checking for make-string.Dirk Herrmann1-19/+40
2000-11-23* SCM_SETCHARS deprecated.Dirk Herrmann1-2/+2
2000-11-23* Deprecated SCM_SETLENGTH.Dirk Herrmann1-2/+2
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-3/+3
2000-11-21* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.Dirk Herrmann1-1/+6
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-10/+10
2000-10-09* Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann1-2/+2
2000-09-26* Eliminated all calls to SCM_UCHARS.Dirk Herrmann1-4/+4
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-1/+1
2000-09-12* Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.Dirk Herrmann1-18/+7
2000-09-02* Docstring updates.Neil Jerram1-0/+1
2000-08-26* strings.c (scm_make_shared_substring, scm_read_only_string_p):Mikael Djurfeldt1-7/+25
2000-06-30* Eliminated use of SCM_ASSERT to check for range errors.Dirk Herrmann1-8/+12
2000-06-13* strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.)Mikael Djurfeldt1-0/+2
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-3/+3
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-5/+5
2000-04-18Fixed some SCM/scm_bits_t mixups.Dirk Herrmann1-5/+6
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-12/+8
2000-02-14* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros1-2/+1
2000-01-31 * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston1-61/+32