builtins.c #2

  • //
  • guest/
  • chris_comparini/
  • guest/
  • miklos_fazekas/
  • jam/
  • src/
  • builtins.c
  • Commits
# Change User Description Committed
#2 4371 Chris Comparini No longer needed in this branch.
#1 4331 Chris Comparini Branch of what I hope is _everyone's_ jam branches, if that makes
    sense.
//guest/miklos_fazekas/jam/src/builtins.c
#6 2627 Miklos Fazekas Merged with jam2.5rc2
#5 2519 Miklos Fazekas Sync to 2.5rc1
#4 1631 Miklos Fazekas Integrate to Jam2.4
#3 1573 Miklos Fazekas Merge to jam mainline.
#2 1569 Miklos Fazekas Integrate with lates mainline
#1 1395 Miklos Fazekas Merge with main jam
//guest/perforce_software/jam/src/builtins.c
#1 1319 rmg Jam 2.3 + Perforce's internal changes.

This change is a drop of the Perforce internal Jam changes
since the 2.3 public release. The individual changes
represented herein are preserved in the
//guest/richard_geiger/intjam/ branch.

The intent of this drop is to provide a base, from which other
contributors' Jam branches may be integrated into. It is not
intended to become a packaged release in this state. We will
be integrating changes from other users prior to creating the
next packaged release.

Please refer to the src/RELNOTES file for an overview of the
changes present in this integration.

  - Richard Geiger
  Open Source Engineer at Perforce
//guest/richard_geiger/intjam/src/builtins.c
#5 1317 Richard Geiger Update the copyright notices in all files touched in the upcoming
drop into //public/jam/
#4 1305 Richard Geiger Port new jam to run with just cxx compiler, 'cause we're
too cheap to buy the C compiler.

=== computer.perforce.com:1666: Change 21156 by PERFORCE@vulgar on 2001/03/12 16:17:08

This is a VMS portability change, but does touch code compiled on
other platforms.

Added to RELNOTES - rmg
#3 1244 Richard Geiger New 'Glob' builtin that returns a list of files in a list of
directories, given a list of patterns.

=== computer.perforce.com:1666: Change 19941 by seiwald@spice on 2001/01/08 23:32:00

Also, document the existence of rule values, the [ rule args ... ]
syntax for accessing them, and the 'return' statement.
#2 1242 Richard Geiger Jam aliases 'echo' and 'exit' for 'Echo' and 'Exit', since
they seem more part of the language than the other built-in
rules.

=== computer.perforce.com:1666: Change 19940 by seiwald@spice2 on 2001/01/08 23:29:35

Added a note about this to Jam.html - rmg
#1 1241 Richard Geiger Split jam's built-in rules out to builtins.c from compile.c,
so that compile.c only deals with the language.

=== computer.perforce.com:1666: Change 19939 by seiwald@spice2 on 2001/01/08 22:55:10