Martin Grabmüller
0ec925d52a
* guile-config.in, Makefile.am: Updated copyright notice.
2001-07-19 20:53:50 +00:00
Gary Houston
a8ca715359
* Makefile.am: let guile-config depend on libguile/libpath.h,
...
so that it will be rebuilt if configure --prefix changes.
2001-05-28 21:14:31 +00:00
Mikael Djurfeldt
e96452c4e4
* guile-config.in (build-link): Really reverted the change of
...
2001-03-05.
2001-03-08 02:43:20 +00:00
Dirk Herrmann
387c1a3bc0
* The last patch has introduced a bad-bindings bug. Since it was
...
unnecessary anyway, I simply reverted it.
2001-03-06 13:27:33 +00:00
Martin Grabmüller
417b11b41f
* guile-config.in (build-link): Fixed duplicate binding bug
...
reported by Ralf Mattes.
2001-03-05 14:27:40 +00:00
Martin Grabmüller
c2ab898653
* guile-config.in (build-link): Fixed duplicate binding bug
...
reported by Ralf Mattes.
2001-03-05 14:26:55 +00:00
Dirk Herrmann
9fb77163dd
* Don't use make-shared-substring any more.
2000-11-28 11:48:01 +00:00
Dirk Herrmann
709a308dfc
* Fix output. Thanks to I. N. Golubev for the patch.
2000-11-01 16:13:38 +00:00
Marius Vollmer
5159424f52
*** empty log message ***
2000-01-12 21:42:55 +00:00
Marius Vollmer
eb55e22302
* Makefile.am (EXTRA_DIST): Added "guile.m4".
2000-01-12 21:42:41 +00:00
Jim Blandy
0cbedb5b2b
*** empty log message ***
1999-10-05 22:36:14 +00:00
Jim Blandy
2b9fe19fa0
* guile.m4: Moved here from top-level directory; see the ChangeLog
...
entry there.
* Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
that guile.m4 gets installed.
1999-10-05 22:35:06 +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
e1f20ec6ad
*** empty log message ***
1999-09-11 15:08:11 +00:00
Jim Blandy
227a851cb3
* Makefile.in: Regenerated.
1999-09-11 15:03:43 +00:00
Mikael Djurfeldt
2a52b4295e
*** empty log message ***
1999-07-29 18:15:24 +00:00
Mikael Djurfeldt
6073aaf201
* guile-config.in (build-link): Correct non-RnRS usage of internal
...
defines.
1999-07-29 18:12:01 +00:00
Mikael Djurfeldt
2179c70cf4
Regenerated
1999-07-24 11:51:24 +00:00
Jim Blandy
131f97a979
Regenerated.
1999-07-19 07:42:33 +00:00
Gary Houston
6c9514275b
1999-07-04 Gary Houston <ghouston@easynet.co.uk>
...
* strports.c (scm_strprint_obj): bug fix: get pt from the port,
not from the parameter obj. (Thanks to Eric Moore.)
* ports.h: SCM_CRDY, SCM_CUC, SCM_CRDYP, SCM_SETRDY, SCM_CUNGET,
SCM_CGETUN, SCM_CLRDY, SCM_TRY_CLRDY, SCM_N_READY_CHARS: deleted.
* strings.c (scm_make_string): throw error if 2nd arg isn't
a char.
* unif.c (scm_uniform_array_read_x): fix reading from a port.
allow non-fports.
(scm_uniform_array_write): likewise.
1999-06-29 Gary Houston <ghouston@easynet.co.uk>
* ports.c (scm_drain_input): rewritten.
* fports.c (local_fclose): check putback_buf.
(local_read_flush): likewise.
* ports.c (scm_remove_from_port_table): maybe free putback_buf.
* ports.h (scm_port): replace cbuf/cbufend/cp with putback_buf/
putback_buf_size.
(SCM_INITIAL_PUTBACK_BUF_SIZE): renamed from SCM_INITIAL_CBUF_SIZE.
* ports.c (scm_grow_port_cbuf): deleted.
(scm_add_to_port_table): initialise putback_buf to 0. remove cbuf
stuff.
(scm_char_ready_p): check putback_buf
(scm_fill_buffer): likewise.
(scm_ungetc): rewritten.
1999-06-27 Gary Houston <ghouston@easynet.co.uk>
* fports.c (local_fclose): account for push-back buffer.
* ports.c (scm_char_ready_p): check the push-back buffer in
a new way.
* ioext.c (scm_do_read_line): remove the extra code to handle
the push-back buffer.
* ports.c (scm_getc): don't use SCM_CRDYP etc.
* ioext.c (scm_do_read_line): call scm_fill_buffer.
* ports.c (scm_ungetc): don't call SCM_CUNGET. reset the
read buffer pointers.
scm_fill_buffer: new procedure.
(scm_getc): call scm_fill_buffer.
* ports.h (struct scm_port): saved_read_buf, saved_read_pos,
saved_read_end: new fields.
1999-07-04 Gary Houston <ghouston@easynet.co.uk>
* configure.in: don't check for ways to violate stdio abstraction.
1999-07-04 11:02:21 +00:00
Mikael Djurfeldt
104b808419
* Makefile.in: Regenerated.
1999-05-23 10:09:23 +00:00
Jim Blandy
cceae55da9
*** empty log message ***
1999-04-17 16:53:21 +00:00
Jim Blandy
331de0309e
* Makefile.in: Regenerated.
1999-04-17 16:51:31 +00:00
Mikael Djurfeldt
d34ec6a749
* Makefile.in: Regenerated.
1999-03-11 11:50:47 +00:00
Mikael Djurfeldt
76b7d6a167
* Makefile.in: Regenerated.
1999-03-04 04:45:34 +00:00
Mikael Djurfeldt
f7c4cfdd66
* Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.
...
* Makefile.in: Regenerated.
* Makefile.in: Regenerated.
* Makefile.in: Regenerated.
1999-03-04 02:35:44 +00:00
Jim Blandy
33432c7930
*** empty log message ***
1998-10-19 15:38:53 +00:00
Jim Blandy
df3bb4ab42
* COPYING: New file.
...
* Makefile.in: Regenerated.
1998-10-19 15:36:53 +00:00
Jim Blandy
2764bd992b
Added copyright notice.
1998-10-19 15:25:43 +00:00
Jim Blandy
285403bba7
* Makefile.in: Regenerated, after change to qthreads.m4.
1998-10-16 09:58:29 +00:00
Jim Blandy
98330fd2f8
*** empty log message ***
1998-10-09 15:13:11 +00:00
Jim Blandy
093d017925
* guile-config.in: Add copyright notice.
1998-10-09 15:12:40 +00:00
Jim Blandy
fefec3e0b3
*** empty log message ***
1998-10-06 22:07:55 +00:00
Jim Blandy
4a27613620
* guile-config.in (build-link): It isn't. Revert the change.
1998-10-06 22:07:49 +00:00
Jim Blandy
8aa5c148d1
*** empty log message ***
1998-10-06 22:00:25 +00:00
Jim Blandy
bc08dbdb3a
* guile-config.in (build-link): Include a -R flag in the output
...
from link. Not sure if this is the right thing to do.
1998-10-06 22:00:13 +00:00
Jim Blandy
2d0937bc84
*** empty log message ***
1998-10-06 15:47:07 +00:00
Jim Blandy
429a44e38f
*** empty log message ***
1998-10-05 19:00:15 +00:00
Jim Blandy
817e076966
* guile-config.in (build-compile, help-compile, usage-compile):
...
New functions to implement new subcommand.
1998-10-05 19:00:07 +00:00
Jim Blandy
6ffeb7a3bd
*** empty log message ***
1998-10-05 18:52:39 +00:00
Jim Blandy
204c26b986
* guile-config.in: Redo the help system, so that each subcommand
...
defines its own usage text, as well as its help text.
1998-10-05 18:52:23 +00:00
Jim Blandy
c3d20aa6a2
*** empty log message ***
1998-10-05 18:11:20 +00:00
Jim Blandy
008112c14b
* guile-config.in (build-link): Include a -L option in the output
...
from `guile-config link', indicating where libguile was installed.
1998-10-05 18:11:04 +00:00
Jim Blandy
d627bf71ec
*** empty log message ***
1998-10-03 20:59:26 +00:00
Jim Blandy
c39894a855
*** empty log message ***
1998-10-03 20:58:49 +00:00
Jim Blandy
da5099742d
* guile-config.in: Don't import ice-9 regex; that's not available
...
on all systems. Maybe someday we'll have our own...
(set-program-name!): Use basename.
(build-link): Use basename and stock string functions, instead of
string-match.
1998-10-03 20:58:41 +00:00
Jim Blandy
2adfe1c0de
*** empty log message ***
1998-10-03 19:00:59 +00:00