summaryrefslogtreecommitdiff
path: root/libguile/strop.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-24* srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.Marius Vollmer1-0/+0
2004-08-20(scm_substring_move_x): Store into str2, not str1.Marius Vollmer1-539/+0
2004-08-19(scm_string_copy): Use scm_c_substring to get a copy-on-write string.Marius Vollmer1-3/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-50/+75
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-27/+35
2004-08-10(scm_i_index): Replaced SCM_STRINGP, SCM_STRING_CHARS, andMarius Vollmer1-12/+16
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-15/+9
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-14/+7
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-4/+4
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2004-04-06* srfi-13.c (s_scm_string_map): convert character to unsigned charHan-Wen Nienhuys1-4/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+14
2003-03-26* strop.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-2/+3
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-20/+20
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-11(scm_string_capitalize_x): Treat characters as unsigned so that 8-bitMarius Vollmer1-2/+2
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-4/+4
2001-11-13(scm_substring_move_left_x, scm_substring_move_right_x): Removed.Marius Vollmer1-73/+1
2001-11-11(scm_string_null_p): Docfix; nfc.Thien-Thi Nguyen1-1/+1
2001-11-11* Documentation work.Neil Jerram1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-5/+10
2001-06-03Added exception notice to all files.Marius Vollmer1-1/+25
2001-05-28* strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin1-3/+3
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-14/+14
2001-05-24* validate.hMichael Livshin1-14/+15
2001-05-06(scm_substring_move_x): Doc fix; nfc.Thien-Thi Nguyen1-25/+25
2001-05-04 * strop.c (scm_string_split): New procedure.Martin Grabmüller1-0/+49
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-38/+30
2001-03-27 * strop.c (scm_string_to_list): Fixed docstring markup.Martin Grabmüller1-30/+37
2001-03-23* Fix docstring typos.Neil Jerram1-1/+2
2001-03-16 * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller1-8/+10
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-01-26* Fix parameter error reporting and avoid redundant parameter checks.Dirk Herrmann1-31/+80
2000-11-28* Removed outdated comment.Dirk Herrmann1-5/+1
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-4/+4
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-10/+8
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-2/+2
2000-10-09* Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann1-10/+10
2000-09-26* Eliminated all calls to SCM_UCHARS.Dirk Herrmann1-29/+14
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-4/+4
2000-09-02* Docstring updates.Neil Jerram1-0/+2
2000-08-12Docstring fix - quote quotation marks and backslashes.Neil Jerram1-7/+7
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-7/+7
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-7/+7
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1