public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/guile-readline readline.c
@ 2000-06-18 17:48 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-06-18 17:48 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/18 17:48:35

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	Fix


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-06-18 17:42 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-06-18 17:42 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/18 17:42:39

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (sigwinch_enable_restart, scm_init_readline):
	Re-enable restart for SIGWINCH signal.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-06-14  8:03 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-06-14  8:03 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/14 08:03:01

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (scm_readline): Added parenthesis around && within
	||.
	Fixed up prototype for `reentry_barrier'.
	Conditionally #include <unistd.h>.  (Needed for `dup'.)


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-06-06  5:44 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-06-06  5:44 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/06 05:44:18

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c: Always provide scm_init_readline, also if readline
	support is not included.  Otherwise, a strange dynamic loading
	error will occur.  (It would be better not to install
	libguilereadline at all.)


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-05-01 15:12 ghouston
  0 siblings, 0 replies; 20+ messages in thread
From: ghouston @ 2000-05-01 15:12 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	ghouston@sourceware.cygnus.com	00/05/01 15:12:43

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c: include libguile.h, not libguile/libguile.h.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-03-12  8:02 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-03-12  8:02 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/12 08:02:46

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (current_input_getc): Don't pass int values through
	SCM variables.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-03-12  6:26 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-03-12  6:26 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/12 06:26:39

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	Reverted recent change to scm_mutex_init: now backward compatible
	again.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-03-11 16:35 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-03-11 16:35 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/11 16:35:00

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (match_paren): Bugfix: First arg to select is not
	number of descriptors but the number of the highest descriptor +
	1.
	
	* readline.c (scm_init_readline): Added new arg to scm_init_mutex.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-03-09 13:53 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 2000-03-09 13:53 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/03/09 13:53:59

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	Added a comment re: a warning.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-03-09  8:00 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 2000-03-09  8:00 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/03/09 08:00:43

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c: scm_validate.h renamed to validate.h.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-03-08 10:43 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 2000-03-08 10:43 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/03/08 10:43:47

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
	of readset.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-01-11 17:51 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 2000-01-11 17:51 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/01/11 17:51:14

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* scm_validate.h: Added SCM_NUM2LONG_DEF macro.  Make
	SCM_OUT_OF_RANGE use SCM_MAKINUM, not scm_long2num.  Added
	SCM_COERCE_ROSTRING macro.  Added SCM_VALIDATE_NONEMPTYLIST
	macro.  Fix SCM_VALIDATE_STRINGORSUBSTR macro to not use SLOPPY
	variants.
	
	* ports.c (scm_port_closed_p): Validate that the arg is a PORT,
	then return whether it's an open port (was validating that it was
	an open port -- this was a bug I introduced back in December, but
	my careful reading of diffs caught it).
	
	* numbers.c: Recombine the two conditional-compilation paths for
	all the log* primitives -- they were split based on #ifndef
	scm_long2num;  factored out a SCM_LOGOP_RETURN macro, and fixed
	some bugs and inconsistencies in the two sets of implementations.
	(scm_lognot) Fixed *atrocious* re-use of a SCM as an integer!
	
	* ioext.c: Use SCM_ASSERT_RANGE in a couple places, and
	SCM_VALIDATE_INUM_COPY once where it should've been used.
	
	* fluids.c (scm_internal_with_fluids): Use
	SCM_VALIDATE_LIST_COPYLEN.
	
	* filesys.c: Use SCM_NUM2LONG instead of SCM_VALIDATE_INUM_COPY;
	this is questionable as it relaxes type safety, but other changes
	were useful and all SCM_NUM2LONG's should probably be
	revisited. Use SCM_OUT_OF_RANGE, SCM_WRONG_TYPE_ARG.
	
	* evalext.c: line-break change on 1 line.
	
	* eval.c (nconc2last): Takes a non-empty list as its first
	argument, not just a list.
	
	* dynl.c: Use new SCM_COERCE_ROSTRING macro.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-01-09  9:01 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 2000-01-09  9:01 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/01/09 09:01:34

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (match_paren): Changed return type to int (this is
	the definition in readline 4) and modified code layout according
	to GNU coding standards.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-01-05 11:20 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 2000-01-05 11:20 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/01/05 11:20:06

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c: Whitespace changes -- added space after
	SCM_VALIDATE_* macros to match GNU coding standards.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 2000-01-05 11:06 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 2000-01-05 11:06 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/01/05 11:06:35

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	Replace GUILE_PROC w/ SCM_DEFINE.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 1999-12-13 13:58 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 1999-12-13 13:58 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	99/12/13 13:58:13

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c: Include libguile/scm_validate.h


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 1999-12-12 19:57 gjb
  0 siblings, 0 replies; 20+ messages in thread
From: gjb @ 1999-12-12 19:57 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	99/12/12 19:57:29

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
	(now empty) docstrings.


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 1999-09-11  8:19 mvo
  0 siblings, 0 replies; 20+ messages in thread
From: mvo @ 1999-09-11  8:19 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mvo@egcs.cygnus.com	99/09/11 08:19:57

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (scm_readline): Export it to Scheme as "%readline".


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 1999-08-29 14:07 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 1999-08-29 14:07 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/29 14:07:05

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	Fix


^ permalink raw reply	[flat|nested] 20+ messages in thread

* guile/guile-core/guile-readline readline.c
@ 1999-07-24  4:40 mdj
  0 siblings, 0 replies; 20+ messages in thread
From: mdj @ 1999-07-24  4:40 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/07/24 04:40:12

Modified files:
	guile-core/guile-readline: readline.c 

Log message:
	* readline.c (handle_error): Put a cosmetic newline on
	rl_outstream on error before closing it.
	
	* readline.c: #include "libguile/_scm.h" (so that we get the
	configuration information) and fix other includes so that they'll
	work on a system where guile is not yet installed.


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2000-06-18 17:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-18 17:48 guile/guile-core/guile-readline readline.c mdj
  -- strict thread matches above, loose matches on Subject: below --
2000-06-18 17:42 mdj
2000-06-14  8:03 mdj
2000-06-06  5:44 mdj
2000-05-01 15:12 ghouston
2000-03-12  8:02 mdj
2000-03-12  6:26 mdj
2000-03-11 16:35 mdj
2000-03-09 13:53 gjb
2000-03-09  8:00 gjb
2000-03-08 10:43 gjb
2000-01-11 17:51 gjb
2000-01-09  9:01 mdj
2000-01-05 11:20 gjb
2000-01-05 11:06 gjb
1999-12-13 13:58 gjb
1999-12-12 19:57 gjb
1999-09-11  8:19 mvo
1999-08-29 14:07 mdj
1999-07-24  4:40 mdj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).