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