Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-14 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 | |
2004-08-14 | (Mutexes): New datatype-centric section, adding | Kevin Ryde | 1 | -96/+153 | |
fair mutexes and collecting up material from ... (Low level thread primitives, Higher level thread procedures, C level thread interface): ... these nodes. | |||||
2004-08-14 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 | |
2004-08-14 | Typo in: | Kevin Ryde | 1 | -1/+1 | |
(SRFI-13 Predicates): Add string-any and string-every support for char and charset predicates. | |||||
2004-08-14 | (SRFI-13 Predicates): Add string-any and | Kevin Ryde | 1 | -16/+46 | |
string-every support for char and charset predicates. | |||||
2004-08-11 | *** empty log message *** | Marius Vollmer | 1 | -0/+4 | |
2004-08-11 | (scm_c_round, scm_c_truncate): Docs for'em. | Marius Vollmer | 1 | -0/+6 | |
2004-08-10 | Typos. | Marius Vollmer | 1 | -7/+8 | |
2004-08-10 | *** empty log message *** | Marius Vollmer | 1 | -0/+11 | |
2004-08-10 | Updated example to use scm_to_locale_string | Marius Vollmer | 1 | -20/+10 | |
instead of roll-your-own scm_to_string. Also showcase scm_frame_free. | |||||
2004-08-10 | Docs for scm_is_string, scm_to_locale_string*, and | Marius Vollmer | 1 | -0/+82 | |
scm_from_locale_string*. | |||||
2004-08-10 | Docs for scm_frame_free. | Marius Vollmer | 1 | -1/+10 | |
2004-08-09 | Removed caveat that pretty-print uses its own 'write' implementation. | Marius Vollmer | 1 | -19/+0 | |
2004-08-09 | *** empty log message *** | Kevin Ryde | 1 | -0/+7 | |
2004-08-09 | In open-file, split a paragraph for clarity. | Kevin Ryde | 1 | -2/+4 | |
2004-08-09 | (File Ports): In open-file, describe the "b" binary flag. | Kevin Ryde | 1 | -0/+15 | |
2004-08-09 | (SLIB): Add notes on delete-file, provided? and open-file | Kevin Ryde | 1 | -4/+34 | |
overridden by ice-9 slib module. | |||||
2004-08-05 | *** empty log message *** | Kevin Ryde | 1 | -0/+13 | |
2004-08-05 | (Arbiters): Tweak wording for clarity, note any | Kevin Ryde | 1 | -16/+16 | |
thread can unlock not just the one which locked. | |||||
2004-08-05 | (Processes): Add setgroups. | Kevin Ryde | 1 | -0/+10 | |
2004-08-05 | (SRFI-13 Predicates): Tweak wording for clarity. | Kevin Ryde | 1 | -8/+16 | |
For string-every, note return is #t when no characters. For string-any and string-every, note last pred call is not currently a tail call, contrary to SRFI-13 spec. | |||||
2004-08-05 | (Conventions): Describe system-error args, use @defun for | Kevin Ryde | 1 | -3/+34 | |
system-error-errno instead of just words. | |||||
2004-08-04 | *** empty log message *** | Kevin Ryde | 1 | -1/+1 | |
2004-08-03 | *** empty log message *** | Marius Vollmer | 1 | -2/+5 | |
2004-08-03 | Added scm_is_complex, scm_is_number, scm_c_make_rectangular, | Marius Vollmer | 1 | -3/+23 | |
scm_c_make_polar, scm_c_rela_part, scm_c_imag_part, scm_c_magnitude, and scm_c_angle. | |||||
2004-08-03 | *** empty log message *** | Marius Vollmer | 1 | -0/+5 | |
2004-08-03 | Added scm_is_real, scm_is_rational, scm_to_double, scm_from_double, | Marius Vollmer | 1 | -1/+31 | |
numerator, and denominator. | |||||
2004-08-03 | Typos and a small addition. | Marius Vollmer | 1 | -2/+6 | |
2004-08-02 | * api-deprecated.texi: Removed. | Marius Vollmer | 1 | -1/+0 | |
2004-08-02 | *** empty log message *** | Marius Vollmer | 1 | -0/+4 | |
2004-08-02 | * api-deprecated.texi: Removed. | Marius Vollmer | 3 | -3/+31 | |
* intro.texi (Discouraged and Deprecated): General information about deprecation, etc. | |||||
2004-08-02 | *** empty log message *** | Marius Vollmer | 1 | -0/+3 | |
2004-08-02 | Replaced references to scm_num2* with scm_to_* and references to | Marius Vollmer | 1 | -22/+7 | |
scm_*2num with scm_from_*. | |||||
2004-08-02 | *** empty log message *** | Marius Vollmer | 1 | -0/+29 | |
2004-08-02 | * scheme-binding.texi: Renamed to api-binding.texi. | Marius Vollmer | 45 | -45/+16805 | |
* scheme-compound.texi: Renamed to api-compound.texi. * scheme-control.texi: Renamed to api-control.texi. * scheme-data.texi: Renamed to api-data.texi. * scheme-debug.texi: Renamed to api-debug.texi. * deprecated.texi: Renamed to api-deprecated.texi. * scheme-evaluation.texi: Renamed to api-evaluation.texi. * ref-init.texi: Renamed to api-init.texi. * scheme-io.texi: Renamed to api-io.texi. * scheme-memory.texi: Renamed to api-memory.texi. * scheme-modules.texi: Renamed to api-modules.texi. * scheme-options.texi: Renamed to api-options.texi. * scm.texi: Renamed to api-overview.texi. * scheme-procedures.texi: Renamed to api-procedures.texi. * scheme-scheduling.texi: Renamed to api-scheduling.texi. * scheme-scm.texi: Renamed to api-scm.texi. * scheme-smobs.texi: Renamed to api-smobs.texi. * scheme-snarf.texi: Renamed to api-snarf.texi. * scheme-translation.texi: Renamed to api-translation.texi. * scheme-utility.texi: Renamed to api-utility.texi. * debugging.texi: Renamed to scheme-debugging.texi. * scripts.texi: Renamed to scheme-scripts.texi. * program.texi: Renamed to libguile-program.texi. | |||||
2004-08-02 | * program.texi: Renamed to libguile-program.texi. Changed all | Marius Vollmer | 2 | -24/+53 | |
references. | |||||
2004-08-02 | Renamed to libguile-program.texi. | Marius Vollmer | 2 | -0/+782 | |
2004-07-30 | *** empty log message *** | Marius Vollmer | 1 | -0/+5 | |
2004-07-30 | (Formatted Output): Changed @w to @w{} in itemize. The former doesn't | Marius Vollmer | 1 | -1/+1 | |
work for some reason... | |||||
2004-07-29 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 | |
2004-07-28 | (What is libguile): Correction to | Kevin Ryde | 1 | -4/+4 | |
reference manual "Data representation" cross reference. | |||||
2004-07-28 | *** empty log message *** | Kevin Ryde | 1 | -0/+6 | |
2004-07-28 | (Formatted Output): Rewrite, describing escapes | Kevin Ryde | 1 | -176/+892 | |
and parameters in detail. | |||||
2004-07-28 | (@le, @ge): New macros for ifnottex. | Kevin Ryde | 1 | -1/+13 | |
2004-07-24 | *** empty log message *** | Kevin Ryde | 1 | -0/+3 | |
2004-07-24 | (@nicode): Use @alias instead of @macro, for correct | Kevin Ryde | 1 | -10/+7 | |
handling of backslashes. | |||||
2004-07-24 | *** empty log message *** | Kevin Ryde | 1 | -0/+6 | |
2004-07-24 | (Smobs): In SCM_SMOB_OBJECT_LOC, | Kevin Ryde | 1 | -185/+0 | |
SCM_SMOB_OBJECT_2_LOC, SCM_SMOB_OBJECT_3_LOC, use {} to avoid "*" getting into the index as part of the macro name. | |||||
2004-07-24 | Make it vindex instead: | Kevin Ryde | 1 | -1337/+0 | |
(Frames): Add @vindex for SCM_F_WIND_EXPLICITLY. | |||||
2004-07-24 | (Frames): Add @findex for SCM_F_WIND_EXPLICITLY. | Kevin Ryde | 1 | -0/+1 | |