summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-08-14*** empty log message ***Kevin Ryde1-0/+5
2004-08-14(Mutexes): New datatype-centric section, addingKevin Ryde1-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 Ryde1-0/+5
2004-08-14Typo in:Kevin Ryde1-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 andKevin Ryde1-16/+46
string-every support for char and charset predicates.
2004-08-11*** empty log message ***Marius Vollmer1-0/+4
2004-08-11(scm_c_round, scm_c_truncate): Docs for'em.Marius Vollmer1-0/+6
2004-08-10Typos.Marius Vollmer1-7/+8
2004-08-10*** empty log message ***Marius Vollmer1-0/+11
2004-08-10Updated example to use scm_to_locale_stringMarius Vollmer1-20/+10
instead of roll-your-own scm_to_string. Also showcase scm_frame_free.
2004-08-10Docs for scm_is_string, scm_to_locale_string*, andMarius Vollmer1-0/+82
scm_from_locale_string*.
2004-08-10Docs for scm_frame_free.Marius Vollmer1-1/+10
2004-08-09Removed caveat that pretty-print uses its own 'write' implementation.Marius Vollmer1-19/+0
2004-08-09*** empty log message ***Kevin Ryde1-0/+7
2004-08-09In open-file, split a paragraph for clarity.Kevin Ryde1-2/+4
2004-08-09(File Ports): In open-file, describe the "b" binary flag.Kevin Ryde1-0/+15
2004-08-09(SLIB): Add notes on delete-file, provided? and open-fileKevin Ryde1-4/+34
overridden by ice-9 slib module.
2004-08-05*** empty log message ***Kevin Ryde1-0/+13
2004-08-05(Arbiters): Tweak wording for clarity, note anyKevin Ryde1-16/+16
thread can unlock not just the one which locked.
2004-08-05(Processes): Add setgroups.Kevin Ryde1-0/+10
2004-08-05(SRFI-13 Predicates): Tweak wording for clarity.Kevin Ryde1-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 forKevin Ryde1-3/+34
system-error-errno instead of just words.
2004-08-04*** empty log message ***Kevin Ryde1-1/+1
2004-08-03*** empty log message ***Marius Vollmer1-2/+5
2004-08-03Added scm_is_complex, scm_is_number, scm_c_make_rectangular,Marius Vollmer1-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 Vollmer1-0/+5
2004-08-03Added scm_is_real, scm_is_rational, scm_to_double, scm_from_double,Marius Vollmer1-1/+31
numerator, and denominator.
2004-08-03Typos and a small addition.Marius Vollmer1-2/+6
2004-08-02* api-deprecated.texi: Removed.Marius Vollmer1-1/+0
2004-08-02*** empty log message ***Marius Vollmer1-0/+4
2004-08-02* api-deprecated.texi: Removed.Marius Vollmer3-3/+31
* intro.texi (Discouraged and Deprecated): General information about deprecation, etc.
2004-08-02*** empty log message ***Marius Vollmer1-0/+3
2004-08-02Replaced references to scm_num2* with scm_to_* and references toMarius Vollmer1-22/+7
scm_*2num with scm_from_*.
2004-08-02*** empty log message ***Marius Vollmer1-0/+29
2004-08-02* scheme-binding.texi: Renamed to api-binding.texi.Marius Vollmer45-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 allMarius Vollmer2-24/+53
references.
2004-08-02Renamed to libguile-program.texi.Marius Vollmer2-0/+782
2004-07-30*** empty log message ***Marius Vollmer1-0/+5
2004-07-30(Formatted Output): Changed @w to @w{} in itemize. The former doesn'tMarius Vollmer1-1/+1
work for some reason...
2004-07-29*** empty log message ***Kevin Ryde1-0/+5
2004-07-28(What is libguile): Correction toKevin Ryde1-4/+4
reference manual "Data representation" cross reference.
2004-07-28*** empty log message ***Kevin Ryde1-0/+6
2004-07-28(Formatted Output): Rewrite, describing escapesKevin Ryde1-176/+892
and parameters in detail.
2004-07-28(@le, @ge): New macros for ifnottex.Kevin Ryde1-1/+13
2004-07-24*** empty log message ***Kevin Ryde1-0/+3
2004-07-24(@nicode): Use @alias instead of @macro, for correctKevin Ryde1-10/+7
handling of backslashes.
2004-07-24*** empty log message ***Kevin Ryde1-0/+6
2004-07-24(Smobs): In SCM_SMOB_OBJECT_LOC,Kevin Ryde1-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-24Make it vindex instead:Kevin Ryde1-1337/+0
(Frames): Add @vindex for SCM_F_WIND_EXPLICITLY.
2004-07-24(Frames): Add @findex for SCM_F_WIND_EXPLICITLY.Kevin Ryde1-0/+1