Thanks, Mike.
[bpt/guile.git] / libguile / strings.c
2009-08-12 Michael GranDon't include libunistring headers in Guile public...
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-12 Michael GranSome signed/unsigned comparison and conversions
2009-08-12 Michael GranAvoid unitialized and unused warnings in scm_string_append
2009-08-12 Michael GranOnly pass ints to tolower and toupper
2009-08-11 Michael GranFix %string-dump and %symbol-dump fields
2009-08-10 Michael GranImprove %string-dump and %symbol-dump
2009-08-10 Michael GranMore comments for string functions
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-09-23 Ludovic CourtèsMake `symbol->string' return a read-only string.
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-07-05 Ludovic CourtèsAdd `scm_c_symbol_length ()'.
2008-02-07 Ludovic CourtèsMore compilation fixes with Sun CC (bug #21378).
2006-05-27 Marius VollmerReplace SCM_C_INLINE with SCM_C_INLINE_KEYWORD. Thanks...
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2006-01-24 Han-Wen Nienhuyspatches by Ludovic Courtès for symbol generation.
2005-06-24 Kevin Ryde(scm_take_locale_stringn): Use realloc to make room for
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-12 Marius VollmerTurn all deprecated features that once were macros...
2004-09-29 Marius Vollmer(SCM_STRING_CHARS): Explicitely reject read-only string...
2004-09-22 Marius Vollmer*** empty log message ***
2004-09-22 Marius Vollmer(scm_substring_read_only,
2004-09-03 Stefan Jahn2004-09-03 Stefan Jahn <stefan@lkcc.org>
2004-08-27 Marius Vollmer(SCM_STRINGP): Accept all strings.
2004-08-26 Marius Vollmer* strings.h, strings.c (scm_i_make_symbol): Added FLAGS...
2004-08-22 Marius Vollmer(get_str_buf_start): New helper function.
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* strings.h, strings.c (scm_i_get_substring_spec):...
2004-08-10 Marius Vollmer* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATI...
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-04-07 Rob Browning* strings.c (scm_mem2string): use memcpy rather than...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2002-01-10 Dirk Herrmann* eval.[ch] (scm_deval_args): Made static.
2001-12-08 Stefan Jahn2001-12-08 Stefan Jahn <stefan@lkcc.org>
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-11 Neil Jerram* Documentation work.
2001-09-12 Dirk Herrmann* Added function scm_str2string. Thanks to Martin...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-11 Michael Livshin* strings.c (s_scm_string): fix arg position in assert.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Dirk Herrmann* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_...
2001-04-09 Neil Jerram* Clarify docstring for scm_make_shared_substring.
2001-04-09 Neil Jerram* Clean up doc and docstring for shared substrings...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-17 Martin Grabmüller(scm_string_p, scm_make_string, scm_read_only_string_p...
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-string.
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-23 Dirk Herrmann* Deprecated SCM_SETLENGTH.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-21 Dirk Herrmann* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Eliminated all calls to SCM_UCHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-09-02 Neil Jerram* Docstring updates.
2000-08-26 Mikael Djurfeldt* strings.c (scm_make_shared_substring, scm_read_only_s...
2000-06-30 Dirk Herrmann* Eliminated use of SCM_ASSERT to check for range errors.
2000-06-13 Mikael Djurfeldt* strings.c: #include <string.h>. (Thanks to Bill Schot...
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
next