summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-io.texi
AgeCommit message (Collapse)AuthorFilesLines
2004-08-02* scheme-binding.texi: Renamed to api-binding.texi.Marius Vollmer1-0/+0
* 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-04-21Big reorganization of the whole manual to give it a simpler structure.Marius Vollmer1-1161/+0
2004-01-21Added Copyright notice.Marius Vollmer1-0/+6
2004-01-07Adapt to new 'frame' names. Document scm_c_with_fluid,Marius Vollmer1-7/+7
scm_c_with_fluids, and scm_frame_fluid.
2004-01-04Document scm_with_current_<foo>_port.Marius Vollmer1-0/+12
2003-10-02(String Ports): In call-with-output-string, note procKevin Ryde1-1/+4
should not close the port. In get-output-string, note string must be gotten before closing the port.
2003-09-13(Reading): Add scm_c_read.Kevin Ryde1-0/+16
(Writing): Add scm_c_write.
2003-09-12(Reading): In port-column, port-line,Kevin Ryde1-4/+3
set-port-column! and set-port-line!, port parameter must be given, there's no default to current input.
2003-06-19(File Ports): Describe call-with-input-file andKevin Ryde1-70/+41
call-with-output-file together. Describe with-input-from-file, with-output-to-file and with-error-to-file together, and add that they use dynamic-wind on the current port setting and keep the port open in support of captured continuations. (Closing): Describe close-input-port and close-output-port together, tweak the wording slightly.
2003-06-05(Ports): Add notes on garbage collection, and onKevin Ryde1-10/+39
explicitly closing file ports. (File Ports): Cross reference Ports node on explicit closing.
2003-05-30(Default Ports): Remove duplicate descriptions ofKevin Ryde1-8/+0
set-current-output-port and set-current-error-port.
2003-05-04(Writing): Add write, revise display.Kevin Ryde1-5/+18
2003-05-03(Reading): In read-char and peek-char, fix typos "?"Kevin Ryde1-4/+4
in @rnindex. In port-column, use @: after i.e. (Writing): In get-print-state, two spaces after full stop.
2003-03-27* scheme-io.texi (Reading): clarify character ordering in port forRob Browning1-2/+3
unread-string.
2002-10-19Auto docstring updates, including soft port enhancement.Neil Jerram1-1/+4
2002-03-15Manual updates.Neil Jerram1-1/+1
2002-01-08Spell check.Thien-Thi Nguyen1-2/+2
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-76/+129
reference manual documentation.
2001-11-11* Documentation work.Neil Jerram1-3/+231
2001-10-05(Writing): Add entry for `display'. Include in R5RS Index.Thien-Thi Nguyen1-1/+10
2001-08-24* Organize documentation into per-manual directories (halfway point commit).Neil Jerram1-0/+826