summaryrefslogtreecommitdiff
path: root/libguile/strop.c
Commit message (Expand)AuthorAgeFilesLines
* * srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.Marius Vollmer2004-08-241-0/+0
* (scm_substring_move_x): Store into str2, not str1.Marius Vollmer2004-08-201-539/+0
* (scm_string_copy): Use scm_c_substring to get a copy-on-write string.Marius Vollmer2004-08-191-3/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-50/+75
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-27/+35
* (scm_i_index): Replaced SCM_STRINGP, SCM_STRING_CHARS, andMarius Vollmer2004-08-101-12/+16
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-15/+9
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-14/+7
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-4/+4
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-4/+4
* * srfi-13.c (s_scm_string_map): convert character to unsigned charHan-Wen Nienhuys2004-04-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-38/+14
* * strop.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-261-2/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-20/+20
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* (scm_string_capitalize_x): Treat characters as unsigned so that 8-bitMarius Vollmer2002-03-111-2/+2
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-4/+4
* (scm_substring_move_left_x, scm_substring_move_right_x): Removed.Marius Vollmer2001-11-131-73/+1
* (scm_string_null_p): Docfix; nfc.Thien-Thi Nguyen2001-11-111-1/+1
* * Documentation work.Neil Jerram2001-11-111-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-5/+10
* Added exception notice to all files.Marius Vollmer2001-06-031-1/+25
* * strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin2001-05-281-3/+3
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-14/+14
* * validate.hMichael Livshin2001-05-241-14/+15
* (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 makeMartin 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_LENGTHDirk 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 GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1