public inbox for cgen-cvs@sourceware.org
help / color / mirror / Atom feed
* src/cgen ChangeLog pmacros.scm doc/pmacros.tex ...
@ 2009-07-22 17:32 devans
  0 siblings, 0 replies; 6+ messages in thread
From: devans @ 2009-07-22 17:32 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2009-07-22 17:32:27

Modified files:
	cgen           : ChangeLog pmacros.scm 
	cgen/doc       : pmacros.texi 
	cgen/testsuite : pmacros-1.test 

Log message:
	* pmacros.scm (-pmacro-builtin-find): New predicate.
	(pmacros-init!): Add .find.
	* doc/pmacros.tex: Document .find.
	* testsuite/pmacros-1.test: Test .find.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.319&r2=1.320
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/pmacros.texi.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/pmacros-1.test.diff?cvsroot=src&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 6+ messages in thread
* src/cgen ChangeLog pmacros.scm doc/pmacros.tex ...
@ 2009-09-01 16:31 devans
  0 siblings, 0 replies; 6+ messages in thread
From: devans @ 2009-09-01 16:31 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2009-09-01 16:31:28

Modified files:
	cgen           : ChangeLog pmacros.scm 
	cgen/doc       : pmacros.texi 
	cgen/testsuite : pmacros-1.test 

Log message:
	Pmacro .equals -> .equal?
	* pmacros.scm (-pmacro-builtin-equal?): Renamed from
	-pmacro-builtin-equals.  All callers updated.
	(pmacros-init!): Rename .equals to .equal?.
	* doc/pmacros.texi: Update.
	* testsuite/pmacros-1.test: Update.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.359&r2=1.360
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/pmacros.texi.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/pmacros-1.test.diff?cvsroot=src&r1=1.8&r2=1.9


^ permalink raw reply	[flat|nested] 6+ messages in thread
* src/cgen ChangeLog pmacros.scm doc/pmacros.tex ...
@ 2009-08-20  5:33 devans
  0 siblings, 0 replies; 6+ messages in thread
From: devans @ 2009-08-20  5:33 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2009-08-20 05:33:14

Modified files:
	cgen           : ChangeLog pmacros.scm 
	cgen/doc       : pmacros.texi 
	cgen/testsuite : pmacros-1.test 

Log message:
	New builtin .pmacro?.
	* pmacros.scm (-pmacro-builtin-pmacro?): New function.
	(pmacros-init!): Add .pmacro?.
	* doc/pmacros.text: Document .pmacro?.
	* testsuite/pmacros-1.test: Test .pmacro?.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.339&r2=1.340
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/pmacros.texi.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/pmacros-1.test.diff?cvsroot=src&r1=1.7&r2=1.8


^ permalink raw reply	[flat|nested] 6+ messages in thread
* src/cgen ChangeLog pmacros.scm doc/pmacros.tex ...
@ 2009-08-17 15:27 devans
  0 siblings, 0 replies; 6+ messages in thread
From: devans @ 2009-08-17 15:27 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2009-08-17 15:27:56

Modified files:
	cgen           : ChangeLog pmacros.scm 
	cgen/doc       : pmacros.texi 
	cgen/testsuite : location-1.test pmacros-1.test 

Log message:
	Rename .eval -> .exec.  Add new .eval.
	* pmacros.scm (-pmacro-built-exec): Renamed from -pmacro-builtin-eval.
	(-pmacro-builtin-eval): New function.
	(pmacros-init!): Add .exec.
	* doc/pmacros.texi: Update, .exec -> .eval.  Document new .eval.
	* testsuite/location-1.test: Update.
	* testsuite/pmacros-1.test: Add test for .eval.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.330&r2=1.331
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/pmacros.texi.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/location-1.test.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/pmacros-1.test.diff?cvsroot=src&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] 6+ messages in thread
* src/cgen ChangeLog pmacros.scm doc/pmacros.tex ...
@ 2009-08-13 19:36 devans
  0 siblings, 0 replies; 6+ messages in thread
From: devans @ 2009-08-13 19:36 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2009-08-13 19:36:52

Modified files:
	cgen           : ChangeLog pmacros.scm 
	cgen/doc       : pmacros.texi cgenint.texi 

Log message:
	* pmacros.scm (pmacro-dump): New function.
	(check-pmacro): Tweak debugging output.
	* doc/cgenint.texi: Mention pmacro-dump, pmacro-debug.
	* doc/pmacros.texi (.splice): Use pmacro-dump instead of pmacro-expand.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.326&r2=1.327
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/pmacros.texi.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/cgenint.texi.diff?cvsroot=src&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 6+ messages in thread
* src/cgen ChangeLog pmacros.scm doc/pmacros.tex ...
@ 2009-07-19 16:57 devans
  0 siblings, 0 replies; 6+ messages in thread
From: devans @ 2009-07-19 16:57 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans@sourceware.org	2009-07-19 16:57:53

Modified files:
	cgen           : ChangeLog pmacros.scm 
	cgen/doc       : pmacros.texi 
	cgen/testsuite : pmacros-1.test 

Log message:
	* doc/pmacros.texi (.not): Emphasize (.not 0) is not 1.
	
	Rename builtin boolean pmacros, for consistency with rtl.
	* pmacros.scm: .and -> .andif, .or -> .orif, .bitand -> .and,
	.bitor -> .or, .bitxor -> .xor, .bitinv -> .inv.
	* doc/pmacros.texi: Update.
	* testsuite/pmacros-1.test: Update.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.312&r2=1.313
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/doc/pmacros.texi.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/pmacros-1.test.diff?cvsroot=src&r1=1.1&r2=1.2


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

end of thread, other threads:[~2009-09-01 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-22 17:32 src/cgen ChangeLog pmacros.scm doc/pmacros.tex devans
  -- strict thread matches above, loose matches on Subject: below --
2009-09-01 16:31 devans
2009-08-20  5:33 devans
2009-08-17 15:27 devans
2009-08-13 19:36 devans
2009-07-19 16:57 devans

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