public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile tags.h
@ 1999-10-11 10:40 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 1999-10-11 10:40 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	99/10/11 10:40:32

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_IM_DELAY): New immediate symbol.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-08-17 13:37 cmm
  0 siblings, 0 replies; 13+ messages in thread
From: cmm @ 2000-08-17 13:37 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	cmm@sourceware.cygnus.com	2000-08-17 13:37:55

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h: (SCM_GCTYPE16, SCM_GCCDR, SCM_GC[8]MARKP,
	SCM_SETGC[8]MARK, SCM_CLRGC[8]MARK): moved from here into gc.h.
	some (most) of these are probably going to be deprecated.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-06-20  7:57 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 2000-06-20  7:57 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/06/20 07:57:55

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* gc.h, tags.h: Be kind to compilers which must see hash signs in
	column 0.  (Thanks to Ian Grant.)


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-06-19  3:05 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 2000-06-19  3:05 UTC (permalink / raw)
  To: guile-cvs

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

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_UNPACK_CAR, SCM_NDOUBLE_CELLP):  Removed.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-03-23  5:04 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 2000-03-23  5:04 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/23 05:04:43

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h: Disabled definition of SCM_VOIDP_TEST.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-03-21 18:12 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 2000-03-21 18:12 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/21 18:12:47

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_ECONSP, SCM_NECONSP): More corrections of
	pointer-arithmetic induced by the SCM_PACK/UNPACK change.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-03-13 22:42 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 2000-03-13 22:42 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/13 22:42:48

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (scm_tcs_bignums): Removed.
	(scm_tc16_bigpos, scm_tc16_bigneg): Replaced by scm_tc16_big.
	Use SCM_BIGSIGN(x) to test for sign!
	(scm_tc16_big): The new bignum type.
	(SCM_REAL_PART, SCM_IMAG_PART): Removed.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 2000-03-11  7:10 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 2000-03-11  7:10 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	00/03/11 07:10:34

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_VOIDP_TEST): Renamed from VOIDP_TEST.
	Layout cleanups.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 1999-12-17 14:36 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 1999-12-17 14:36 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@sourceware.cygnus.com	99/12/17 14:36:20

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_SLOPPY_NCONSP, SCM_SLOPPY_CONSP): New macros.
	(SCM_ECONSP): Version which doesn't mix && and || without
	parenthesis.
	(SCM_NECONSP): Bugfree version.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 1999-08-28 20:28 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 1999-08-28 20:28 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/28 20:28:09

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_IM_HASH_DISPATCH): Removed.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 1999-07-29 11:13 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 1999-07-29 11:13 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/07/29 11:13:15

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT_SET_X):
	New isym operations.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 1999-07-27 12:10 mdj
  0 siblings, 0 replies; 13+ messages in thread
From: mdj @ 1999-07-27 12:10 UTC (permalink / raw)
  To: guile-cvs

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

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h, print.c (SCM_IM_NIL_COND, SCM_IM_NIL_IFY, SCM_IM_T_IFY,
	SCM_IM_0_COND, SCM_IM_0_IFY, SCM_IM_1_IFY), print.c
	(scm_isymnames): New isyms for multi-language support.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* guile/guile-core/libguile tags.h
@ 1999-07-19  0:54 jimb
  0 siblings, 0 replies; 13+ messages in thread
From: jimb @ 1999-07-19  0:54 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/07/19 00:54:12

Modified files:
	guile-core/libguile: tags.h 

Log message:
	* tags.h (SCM_IMP, SCM_NCONSP, SCM_NCELLP, SCM_ITAG3, SCM_TYP3,
	SCM_TYP7, SCM_TYP7S, SCM_TYP16, SCM_TYP16S, SCM_GCTYP16,
	SCM_GCMARKP, SCM_GC8MARKP): Don't cast to int.  Either SCM or no
	cast at all is more appropriate in every case.  At the moment, we
	assume everywhere that SCM is an integral type anyway.


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

end of thread, other threads:[~2000-08-17 13:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-11 10:40 guile/guile-core/libguile tags.h mdj
  -- strict thread matches above, loose matches on Subject: below --
2000-08-17 13:37 cmm
2000-06-20  7:57 mdj
2000-06-19  3:05 mdj
2000-03-23  5:04 mdj
2000-03-21 18:12 mdj
2000-03-13 22:42 mdj
2000-03-11  7:10 mdj
1999-12-17 14:36 mdj
1999-08-28 20:28 mdj
1999-07-29 11:13 mdj
1999-07-27 12:10 mdj
1999-07-19  0:54 jimb

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).