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