Martin Grabmüller
fcaedf9936
* scheme-data.texi (Arithmetic): Documented the arithmetic
...
procedures.
(Integer Operations): Added documentation.
(Comparison): Added documentation.
(Complex): Added documentation.
(Symbols and Variables): Comment out `builtin-bindings', which is
removed according to NEWS.
(Pairs): Added documentation.
* scheme-io.texi: Added R5RS index entries for all R5RS
procedures.
(File Ports): New docs for `call-with-input-file',
`call-with-output-file', `with-input-from-file',
`with-output-to-file', `with-error-to-file'.
* scheme-control.texi, scheme-utility.texi,
* scheme-procedures.texi: Added R5RS index entries for all R5RS
procedures.
* scheme-evaluation.texi (Fly Evaluation): Added documentation for
`apply'. Added R5RS index entries for all R5RS procedures.
* scheme-data.texi: Added R5RS index entries for all R5RS
procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
Removed explicit entries into the function entries. They are
automagic.
(Vectors): Added documentation for `make-vector', `vector-ref' and
`vector-set!'.
2001-03-16 17:00:21 +00:00
Marius Vollmer
c4f810a466
*** empty log message ***
2001-03-12 00:52:43 +00:00
Marius Vollmer
ac3e3f5b7b
* intro.texi: Changed to reflect current practice better. Added
...
stuff about writing Guile Extensions (aka dynamically loaded
shared libraries).
2001-03-12 00:50:08 +00:00
Mikael Djurfeldt
7d4351201f
*** empty log message ***
2001-03-10 03:13:12 +00:00
Mikael Djurfeldt
0442652715
* goops.texi (VERSION): Bumped to version 0.3.
...
* goops-tutorial.texi, goops.texi: Updated to reflext new
define-method syntax.
2001-03-10 03:08:28 +00:00
Neil Jerram
fff043abc0
Move doc files into guile-core distribution (7)
2001-03-09 09:35:13 +00:00
Neil Jerram
c2dc2842b6
Move doc files into guile-core distribution (6)
2001-03-09 09:20:46 +00:00
Neil Jerram
9cca936fb8
Move doc files into guile-core distribution (4)
2001-03-09 08:53:15 +00:00
Neil Jerram
009e2b3044
Move doc files into guile-core distribution (3)
2001-03-09 08:42:37 +00:00
Neil Jerram
4aa8647c0a
Move doc files into guile-core distribution (2)
2001-03-09 08:28:57 +00:00
Neil Jerram
38a93523eb
Move doc files into guile-core distribution (1)
2001-03-09 08:22:00 +00:00
Neil Jerram
da00aada47
Removed texinfo.tex
2001-03-09 08:16:16 +00:00
Neil Jerram
4bc59ee759
* Removed old copy of data-rep.texi.
2001-03-09 08:09:48 +00:00
Neil Jerram
14dd0e27c3
* Remove data-rep.texi from Makefile.am.
...
* Explain data-rep.texi retirement in README.
2001-02-15 22:54:40 +00:00
Neil Jerram
07347b492e
* Retire this copy of data-rep.texi.
2001-02-15 22:15:25 +00:00
Marius Vollmer
bd7d4f408d
*** empty log message ***
2001-02-04 17:30:00 +00:00
Marius Vollmer
7ecbf85dde
* data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
...
things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
P. Smith!
2001-02-04 17:29:06 +00:00
Mikael Djurfeldt
c6c2ea9fa8
*** empty log message ***
2000-10-25 16:06:09 +00:00
Mikael Djurfeldt
4b5d86e033
* mop.text: Preliminary documentation of the GOOPS meta object
...
protocol.
2000-10-25 16:05:11 +00:00
Keisuke Nishida
015959cb4a
ChangeLog
2000-09-22 17:38:49 +00:00
Keisuke Nishida
08d4430d38
Initial import.
2000-08-22 16:01:18 +00:00
Keisuke Nishida
a98cef7e6c
Initial revision
2000-08-22 15:54:19 +00:00
Neil Jerram
6de50a5278
Fix spelling mistake
2000-07-28 13:19:01 +00:00
Dirk Herrmann
685c0d7116
* Eliminated use of SCM_ASSERT to check for range errors.
...
* Fix some error reporting code in list.c
* Added some test cases.
2000-06-30 10:46:35 +00:00
Mikael Djurfeldt
31987551ee
*** empty log message ***
2000-06-20 03:24:10 +00:00
Mikael Djurfeldt
82ac0a63bf
* image-type.c: Removed unused scm_smobfuns structure.
...
(init_image_type): Use standard smob type interface.
2000-06-20 03:23:39 +00:00
Mikael Djurfeldt
215282c426
Code layout fix
2000-06-20 03:23:24 +00:00
Mikael Djurfeldt
62209d20c4
* data-rep.texi: Center discussion around the standard interface
...
for smob type creation (scm_make_smob_type) and warn about the
ongoing discussion which may result in deprecating
scm_make_smob_type_mfpe in next release of Guile.
2000-06-20 03:22:56 +00:00
Dirk Herrmann
ae09e7ac28
Updated the macro names for operating on characters.
2000-05-15 11:42:01 +00:00
Marius Vollmer
106428b3fe
*** empty log message ***
2000-05-03 22:41:23 +00:00
Dirk Herrmann
d87d36506d
Added a first attempt for a description of the low level API.
2000-03-24 00:16:26 +00:00
Jim Blandy
af94609f1f
(Characters): Fix type of SCM_MAKICHR argument.
2000-02-28 20:58:59 +00:00
Marius Vollmer
505ede1881
* Makefile.am (version.texi): Override automake's rule for
...
version.texi so that it gets created even in non-maintainer-mode.
2000-01-30 23:17:00 +00:00
Marius Vollmer
49ac1ba82d
Removed, these files are generated automatically.
2000-01-25 20:17:15 +00:00
Greg J. Badros
078e909286
*** empty log message ***
2000-01-20 21:01:13 +00:00
Greg J. Badros
2d8da5fe59
* Makefile.in: Removed, this is auto-generated.
...
* version.texi, stamp-vti: Removed -- these are auto-generated.
2000-01-20 21:00:55 +00:00
Mikael Djurfeldt
fb4956c9fc
*** empty log message ***
2000-01-12 02:17:21 +00:00
Mikael Djurfeldt
fa88b584e9
* Makefile.am (dist-hook): Updated to include oldfmt.c in
...
distribution archive.
2000-01-12 02:16:50 +00:00
Mikael Djurfeldt
899a7b3c06
*** empty log message ***
2000-01-12 01:54:23 +00:00
Mikael Djurfeldt
eb46d7afa0
* oldfmt.c: New file: Used by application writers to adapt to
...
new-style error format strings.
2000-01-12 01:54:16 +00:00
Mikael Djurfeldt
49395101f7
* README: Updated with note about oldfmt.c.
2000-01-12 01:53:48 +00:00
Gary Houston
741d60798d
* data-rep.texi: change dircategory to match change in guile-doc
...
and scm.
1999-12-07 22:43:01 +00:00
Jim Blandy
0cbedb5b2b
*** empty log message ***
1999-10-05 22:36:14 +00:00
Jim Blandy
0c1221ab9c
*** empty log message ***
1999-10-05 20:49:29 +00:00
Jim Blandy
b04657c251
* Makefile.in: Deleted from CVS repository. Run the autogen.sh
...
script to create generated files like this one.
1999-10-05 19:08:25 +00:00
Jim Blandy
7b7148d8ef
Revert back to text generated by automake 1.4.
1999-10-02 22:57:38 +00:00
Greg J. Badros
155265386a
*** empty log message ***
1999-09-27 23:35:33 +00:00
Jim Blandy
0203715d75
*** empty log message ***
1999-09-23 06:09:57 +00:00
Mikael Djurfeldt
3a8514f7e7
*** empty log message ***
1999-09-20 22:17:14 +00:00
Mikael Djurfeldt
fd08b0dfe9
*** empty log message ***
1999-09-12 15:16:29 +00:00