Author: jhoblitt
Date: Mon Aug 6 23:38:44 2007
New Revision: 20532
Modified:
trunk/src/exceptions.c
Log:
Parrot_confess() now calls abort() instead of exit
Modified: trunk/src/exceptions.c
==
--- trunk/src
Author: jhoblitt
Date: Mon Jul 30 15:14:00 2007
New Revision: 20358
Modified:
trunk/docs/debug.pod
Log:
formatting and a typo
Modified: trunk/docs/debug.pod
==
--- trunk/docs/debug.pod(original)
+++ trunk
Author: jhoblitt
Date: Mon Jul 30 14:49:36 2007
New Revision: 20357
Modified:
trunk/docs/debug.pod
Log:
add a few words about how to generate a backtrace
Modified: trunk/docs/debug.pod
==
--- trunk/docs/debug.pod
Author: jhoblitt
Date: Sat Jul 28 11:18:23 2007
New Revision: 20287
Modified:
trunk/src/exceptions.c
Log:
always send Parrot_confess() outout to stderr
Modified: trunk/src/exceptions.c
==
--- trunk/src/exceptions.c
Author: jhoblitt
Date: Thu Jul 26 17:42:28 2007
New Revision: 20236
Modified:
trunk/src/exceptions.c
Log:
add a nested/spartan backtrace format to Parrot_print_backtrace() (to make Andy
HAPPY)
Modified: trunk/src/exceptions.c
Author: jhoblitt
Date: Thu Jul 26 16:28:26 2007
New Revision: 20227
Modified:
trunk/src/exceptions.c
Log:
increase Parrot_print_backtrace() backtrace stack depth to 32
Modified: trunk/src/exceptions.c
==
--- trunk
Author: jhoblitt
Date: Thu Jul 26 15:10:02 2007
New Revision: 20220
Modified:
trunk/src/exceptions.c
Log:
enable glibc backtracing (if present) in Parrot_print_backtrace()
Modified: trunk/src/exceptions.c
Author: jhoblitt
Date: Thu Jul 26 15:03:36 2007
New Revision: 20219
Modified:
trunk/config/gen/config_h/feature_h.in
Log:
add PARROT_HAS_GLIBC_BACKTRACE to features.h (set by auto::backtrace)
Modified: trunk/config/gen/config_h/feature_h.in
Author: jhoblitt
Date: Thu Jul 26 13:37:51 2007
New Revision: 20218
Added:
trunk/config/auto/backtrace/
trunk/config/auto/backtrace.pm
trunk/config/auto/backtrace/test_c.in
Modified:
trunk/lib/Parrot/Configure/Step/List.pm
Log:
add auto::backtrace configure step to probe for the
Author: jhoblitt
Date: Sat Aug 12 12:36:03 2006
New Revision: 14047
Added:
trunk/config/init/install.pm
Modified:
trunk/Configure.pl
trunk/NEWS
trunk/config/init/defaults.pm
Log:
bug #39860 - autoconf compatible install options
Modified: trunk/Configure.pl
Author: jhoblitt
Date: Thu Aug 3 01:21:32 2006
New Revision: 13767
Modified:
trunk/Configure.pl
trunk/config/inter/lex.pm
trunk/config/inter/yacc.pm
Log:
change inter::lex & inter::yacc to take a 'require' argument from Configure.pl
Modified: trun
Author: jhoblitt
Date: Tue Jul 18 12:51:53 2006
New Revision: 13365
Modified:
trunk/config/inter/lex.pm
Log:
update the step to require that the lexer be 'flex' and that it's version is
above a certain minimum (currently 2.5.33) or the entire configure process will
fail
Author: jhoblitt
Date: Mon Feb 20 17:55:14 2006
New Revision: 11690
Modified:
trunk/Configure.pl
Log:
remove the :rem & :add option handling docs as this functional has been long
sense removed
Modified: trunk/Configur
Author: jhoblitt
Date: Mon Feb 20 17:31:09 2006
New Revision: 11688
Modified:
trunk/config/gen/makefiles/amber.in
trunk/config/gen/makefiles/dynoplibs.in
trunk/config/gen/makefiles/dynoplibs_pl.in
trunk/config/gen/makefiles/dynpmc.in
trunk/config/gen/makefiles/dynpmc_pl.in
trunk
Author: jhoblitt
Date: Sun Feb 19 22:31:06 2006
New Revision: 11674
Modified:
trunk/config/gen/makefiles/root.in
trunk/docs/jit.pod
Log:
rename jit2h.pl -> jit2c.pl:
fix root.in
fix docs/jit.pod
Modified: trunk/config/gen/makefiles/root
Author: jhoblitt
Date: Sun Feb 19 16:24:57 2006
New Revision: 11673
Added:
trunk/tools/build/jit2c.pl
- copied, changed from r11501, trunk/tools/build/jit2h.pl
Removed:
trunk/tools/build/jit2h.pl
Modified:
trunk/MANIFEST
trunk/config/gen/makefiles/root.in
Log:
rename tools/build
Author: jhoblitt
Date: Sat Feb 18 19:22:51 2006
New Revision: 11662
Modified:
trunk/config/auto/aio.pm
trunk/config/auto/alignptrs.pm
trunk/config/auto/bc.pm
trunk/config/auto/byteorder.pm
trunk/config/auto/cgoto.pm
trunk/config/auto/env.pm
trunk/config/auto/format.pm
Author: jhoblitt
Date: Sat Feb 18 06:12:53 2006
New Revision: 11643
Modified:
trunk/config/gen/PodText.pm
Log:
set 'result' via ->set_result()
Modified: trunk/config/gen/PodText.pm
==
--- trunk/config/g
Author: jhoblitt
Date: Fri Feb 17 23:49:01 2006
New Revision: 11639
Modified:
trunk/Configure.pl
trunk/lib/Parrot/Configure.pm
Log:
exit() should not be called from inside Parrot::Configure
Modified: trunk/Configure.pl
Author: jhoblitt
Date: Fri Feb 17 03:44:32 2006
New Revision: 11624
Modified:
trunk/lib/Parrot/Configure.pm
trunk/t/configure/configure.t
Log:
change Parrot::Configure->runstep() to instantiate all steps as a object
(instead of just calling class methods)
Modified: trunk/lib/Par
Author: jhoblitt
Date: Fri Feb 17 03:42:28 2006
New Revision: 11623
Modified:
trunk/lib/Parrot/Configure/Step/Base.pm
Log:
add ->new() constructor
Modified: trunk/lib/Parrot/Configure/Step/Base.pm
==
--- trunk/
Author: jhoblitt
Date: Fri Feb 17 01:50:03 2006
New Revision: 11620
Modified:
trunk/lib/Parrot/Configure.pm
trunk/t/configure/configure.t
Log:
add Parrot::Configure::Task class (Class:Struct)
change Parrot::Configure to store steps as an array of Parrot::Configure::Task
objects instead of
Author: jhoblitt
Date: Thu Feb 16 03:43:28 2006
New Revision: 11580
Modified:
trunk/lib/Parrot/Configure/Data.pm
Log:
remove duplicate (old) Pod sections
Modified: trunk/lib/Parrot/Configure/Data.pm
==
--- trunk/lib
Author: jhoblitt
Date: Wed Feb 15 20:18:44 2006
New Revision: 11568
Modified:
trunk/t/configure/configure.t
Log:
catch steps that die()
require that steps return $self except to indicate an error
carp() fatal errors
Modified: trunk/t/configure/configure.t
Author: jhoblitt
Date: Wed Feb 15 17:47:46 2006
New Revision: 11567
Modified:
trunk/t/doc/pod.t
Log:
skip all binary files (not just .pbc files)
Modified: trunk/t/doc/pod.t
==
--- trunk/t/doc/pod.t (original
Author: jhoblitt
Date: Wed Feb 15 17:43:07 2006
New Revision: 11566
Modified:
trunk/t/doc/pod.t
Log:
filter out pbc files
Modified: trunk/t/doc/pod.t
==
--- trunk/t/doc/pod.t (original)
+++ trunk/t/doc/pod.t Wed
Author: jhoblitt
Date: Wed Feb 15 17:06:29 2006
New Revision: 11565
Modified:
trunk/t/doc/pod.t
Log:
bug #38549: only test files listed in MANIFEST & MANIFEST.generated for Pod
syntax
general code cleanup
Modified: trunk/t/doc/p
Author: jhoblitt
Date: Wed Feb 15 16:51:49 2006
New Revision: 11564
Modified:
trunk/languages/lisp/internals.pir
trunk/languages/python/pmc/pyproxyclass.pmc
trunk/languages/t/harness
trunk/languages/tcl/runtime/expression.pir
trunk/languages/tcl/src/parser.pir
Log:
./languages Pod
Author: jhoblitt
Date: Wed Feb 15 01:48:50 2006
New Revision: 11551
Modified:
trunk/t/doc/pod.t
Log:
bug #38549: use Parrot::Config to find the build path so we only check Pods
under 'build_dir' instead of the Cwd
Modified: trunk/t
Author: jhoblitt
Date: Mon Feb 13 19:31:42 2006
New Revision: 11534
Modified:
trunk/t/configure/configure.t
Log:
update runstep() methods
Modified: trunk/t/configure/configure.t
==
--- trunk/t/configure/configure.t
Author: jhoblitt
Date: Mon Feb 13 02:02:02 2006
New Revision: 11518
Modified:
trunk/config/auto/aio.pm
trunk/config/auto/alignptrs.pm
trunk/config/auto/bc.pm
trunk/config/auto/byteorder.pm
trunk/config/auto/cgoto.pm
trunk/config/auto/env.pm
trunk/config/auto/format.pm
Author: jhoblitt
Date: Sun Feb 12 18:09:44 2006
New Revision: 11517
Modified:
trunk/lib/Parrot/Configure/Step/Base.pm
trunk/t/configure/base.t
Log:
add Parrot::Configure::Step::Base->set_result()
Modified: trunk/lib/Parrot/Configure/Step/Base
Author: jhoblitt
Date: Sun Feb 12 14:02:55 2006
New Revision: 11515
Modified:
trunk/config/gen/PodText.pm
Log:
cosmetic output changes
Modified: trunk/config/gen/PodText.pm
==
--- trunk/config/gen/PodText.pm (original
Author: jhoblitt
Date: Sun Feb 12 13:52:27 2006
New Revision: 11514
Modified:
trunk/config/gen/PodText.pm
Log:
code cleanup
don't just append to a pre-existing destination file
Modified: trunk/config/gen/PodTe
Author: jhoblitt
Date: Sun Feb 12 13:42:47 2006
New Revision: 11513
Modified:
trunk/config/gen/PodText.pm
Log:
add a "Generated by ..." header to created files
Modified: trunk/config/gen/PodText.pm
==
--- tr
Author: jhoblitt
Date: Wed Jan 18 02:55:20 2006
New Revision: 11237
Modified:
trunk/config/gen/makefiles/root.in
Log:
add 'check' target as an alias of 'test' for automake compatibility
Modified: trunk/config/g
Author: jhoblitt
Date: Wed Jan 18 00:59:05 2006
New Revision: 11236
Added:
trunk/config/gen/PodText.pm
Modified:
trunk/MANIFEST
Log:
add gen::PodText
Modified: trunk/MANIFEST
==
--- trunk/MANIFEST (original
Author: jhoblitt
Date: Sun Jan 15 15:43:58 2006
New Revision: 11203
Modified:
trunk/lib/Parrot/Configure.pm
trunk/t/configure/configure.t
Log:
add Parrot::Configure->add_step()
change Parrot::Configure's internal representation of steps to an AoA structure
change Parrot::Configur
Author: jhoblitt
Date: Sun Jan 15 02:10:51 2006
New Revision: 11188
Modified:
trunk/t/configure/configure.t
Log:
test that ->runsteps() is calling 'step'->runstep() with the proper parameters
add skipped of the unimplemented ->add_step()
Modified: trunk/t/co
Author: jhoblitt
Date: Thu Jan 12 16:21:50 2006
New Revision: 11137
Modified:
trunk/config/gen/makefiles/parrot.pc.in
Log:
interpolate the values for exec_prefix, libdir, & includedir
Modified: trunk/config/gen/makefiles/parrot.p
Author: jhoblitt
Date: Wed Jan 11 03:10:22 2006
New Revision: 11081
Modified:
trunk/config/gen/makefiles/root.in
Log:
convert root.in to @foo@ interpolation syntax
Modified: trunk/config/gen/makefiles/root.in
Author: jhoblitt
Date: Wed Jan 11 02:55:06 2006
New Revision: 11080
Modified:
trunk/config/gen/makefiles/parrot.pc.in
trunk/lib/Parrot/Configure/Step.pm
Log:
add @foo@ interpolation support to genfile()
Modified: trunk/config/gen/makefiles/parrot.pc.in
Author: jhoblitt
Date: Tue Jan 10 23:57:47 2006
New Revision: 11077
Added:
trunk/docs/dev/byteorder.pod
- copied, changed from r10933, trunk/docs/dev/byteorder.dev
trunk/docs/dev/dod.pod
- copied, changed from r10933, trunk/docs/dev/dod.dev
trunk/docs/dev/infant.pod
Author: jhoblitt
Date: Tue Jan 10 23:52:58 2006
New Revision: 11076
Added:
trunk/docs/dev/wranglers.pod
Modified:
trunk/MANIFEST
Log:
add docs/dev/wranglers.pod
Modified: trunk/MANIFEST
==
--- trunk/MANIFEST
Author: jhoblitt
Date: Tue Jan 10 01:16:14 2006
New Revision: 11037
Modified:
trunk/NEWS
Log:
grammar fix
Modified: trunk/NEWS
==
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Jan 10 01:16:14 2006
@@ -3,7 +3,7
Author: jhoblitt
Date: Tue Jan 10 01:14:45 2006
New Revision: 11036
Modified:
trunk/NEWS
Log:
mention pkgconfig support
Modified: trunk/NEWS
==
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Jan 10 01:14:45 2006
Author: jhoblitt
Date: Tue Jan 10 01:09:59 2006
New Revision: 11035
Modified:
trunk/MANIFEST.generated
trunk/tools/dev/install_files.pl
Log:
install parrot.pc
Modified: trunk/MANIFEST.generated
==
--- trunk
Author: jhoblitt
Date: Tue Jan 10 00:50:55 2006
New Revision: 11034
Modified:
trunk/MANIFEST
trunk/MANIFEST.generated
Log:
sorted
Modified: trunk/MANIFEST
==
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST
Author: jhoblitt
Date: Sun Jan 8 17:04:07 2006
New Revision: 11007
Added:
trunk/META.yml (contents, props changed)
Modified:
trunk/MANIFEST
trunk/NEWS
trunk/RELEASE_INSTRUCTIONS
Log:
add experimental META.yml
Modified: trunk/MANIFEST
Author: jhoblitt
Date: Sun Jan 8 16:07:57 2006
New Revision: 11005
Modified:
trunk/lib/Parrot/Configure/Step/Base.pm
Log:
complete Pod overhaul
Modified: trunk/lib/Parrot/Configure/Step/Base.pm
==
--- trunk/lib
Author: jhoblitt
Date: Sun Jan 8 16:00:37 2006
New Revision: 11004
Modified:
trunk/lib/Parrot/Configure/Data.pm
Log:
complete Pod overhaul
Modified: trunk/lib/Parrot/Configure/Data.pm
==
--- trunk/lib/Parrot
Author: jhoblitt
Date: Sun Jan 8 14:06:39 2006
New Revision: 11003
Modified:
trunk/Configure.pl
Log:
remove Pod of the removed ':add'/':rem' syntax
Modified: trunk/Configure.pl
==
--- trunk/Con
Author: jhoblitt
Date: Sun Jan 8 03:15:02 2006
New Revision: 10979
Modified:
trunk/lib/Parrot/Configure.pm
Log:
complete Pod overhaul
Modified: trunk/lib/Parrot/Configure.pm
==
--- trunk/lib/Parrot/Configure.pm
Author: jhoblitt
Date: Sat Jan 7 20:11:28 2006
New Revision: 10978
Modified:
trunk/docs/configuration.pod
Log:
update SEE ALSO
minor formatting changes
Modified: trunk/docs/configuration.pod
==
--- trunk/docs
Author: jhoblitt
Date: Sat Jan 7 15:19:39 2006
New Revision: 10972
Modified:
trunk/config/init/hints/darwin.pm
Log:
disable parrot_is_shared on darwin
Modified: trunk/config/init/hints/darwin.pm
==
--- trunk/config
Author: jhoblitt
Date: Sat Jan 7 07:41:22 2006
New Revision: 10960
Modified:
trunk/docs/configuration.pod
Log:
updated to reflect:
- steps being split into their own namespaces
- a Parrot::Configure object being passed to each step
- CLI and configuration data each have their own
Author: jhoblitt
Date: Sat Jan 7 07:20:10 2006
New Revision: 10957
Modified:
trunk/config/gen/makefiles/dynclasses.in
Log:
rename DEST_DIR -> RUNTIME_DIR
Modified: trunk/config/gen/makefiles/dynclasses
Author: jhoblitt
Date: Sat Jan 7 06:53:47 2006
New Revision: 10953
Modified:
trunk/README
Log:
remove warning about broken pasm examples
update default install prefix to /usr/local
Modified: trunk/README
Author: jhoblitt
Date: Sat Jan 7 06:42:11 2006
New Revision: 10952
Modified:
trunk/config/init/defaults.pm
Log:
change default prefix to /usr/local
Modified: trunk/config/init/defaults.pm
==
--- trunk/config/init
Author: jhoblitt
Date: Sat Jan 7 04:05:04 2006
New Revision: 10949
Modified:
trunk/MANIFEST
Log:
don't install VERSION
Modified: trunk/MANIFEST
==
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Sa
Author: jhoblitt
Date: Fri Jan 6 23:14:20 2006
New Revision: 10948
Modified:
trunk/docs/submissions.pod
Log:
fix error in the use of parrot vs. parrotdev in the patch examples, patch by
Roger Browne
rename parrotdev -> workingdir to prevent further confusion
Modified: trunk/d
Author: jhoblitt
Date: Tue Jan 3 21:04:38 2006
New Revision: 10881
Modified:
trunk/config/init/defaults.pm
trunk/config/init/optimize.pm
Log:
make sure that the value of $confi->data->get('optimize') is not left as 0 or 1
Modified: trunk/config/
Author: jhoblitt
Date: Tue Jan 3 15:59:17 2006
New Revision: 10876
Modified:
trunk/config/init/defaults.pm
trunk/config/init/optimize.pm
Log:
rationalize Configure's handling of '--optimize' to address bug #38139,
reported by Andy Dougherty
Modified: trunk/config/i
Author: jhoblitt
Date: Sun Jan 1 18:56:12 2006
New Revision: 10844
Modified:
trunk/Configure.pl
trunk/config/auto/antlr.pm
trunk/config/auto/bc.pm
trunk/config/auto/gc.pm
trunk/config/auto/gdbm.pm
trunk/config/auto/jit.pm
trunk/config/auto/m4.pm
trunk/config/auto
Author: jhoblitt
Date: Sun Jan 1 15:50:21 2006
New Revision: 10843
Modified:
trunk/config/gen/platform/cygwin/math.c
trunk/config/gen/platform/openbsd/math.c
trunk/config/gen/platform/solaris/math.c
Log:
update to r10839: experimental patch to force atan2() to use IEEE behavior on
Author: jhoblitt
Date: Sun Jan 1 15:43:33 2006
New Revision: 10842
Modified:
trunk/src/classes/os.pmc
Log:
define NAME_MAX if it's not defined by limits.h to fix the build on solaris
Modified: trunk/src/classes/o
Author: jhoblitt
Date: Sun Jan 1 14:46:24 2006
New Revision: 10841
Modified:
trunk/config/auto/headers.pm
trunk/include/parrot/parrot.h
Log:
include limits.h in parrot.h if it exists
Modified: trunk/config/auto/headers.pm
Author: jhoblitt
Date: Sun Jan 1 14:09:08 2006
New Revision: 10839
Added:
trunk/config/gen/platform/cygwin/
trunk/config/gen/platform/cygwin/math.c
trunk/config/gen/platform/openbsd/math.c
trunk/config/gen/platform/solaris/math.c
Log:
experimental patch to force atan2() to use IEEE
Author: jhoblitt
Date: Sat Dec 31 13:09:24 2005
New Revision: 10821
Modified:
trunk/parrot-config
Log:
#!/usr/bin/parrot -> #!/usr/bin/env parrot XXX replace this with the true
parrot bin path
Modified: trunk/parrot-con
Author: jhoblitt
Date: Sat Dec 31 13:01:15 2005
New Revision: 10820
Added:
trunk/parrot-config
- copied unchanged from r10819, trunk/parrot-config.pir
Removed:
trunk/parrot-config.pir
Modified:
trunk/MANIFEST
Log:
rename parrot-config.pir -> parrot-config
Modified: trunk/MANIF
Author: jhoblitt
Date: Sat Dec 31 12:59:20 2005
New Revision: 10819
Modified:
trunk/parrot-config.pir (props changed)
Log:
make parrot-config.pir executable
Author: jhoblitt
Date: Fri Dec 30 01:06:35 2005
New Revision: 10784
Modified:
trunk/lib/Parrot/Configure/Step.pm
Log:
remove gratuitous use of $_ and other minor refinements in genfile()
Modified: trunk/lib/Parrot/Configure/Step.pm
Author: jhoblitt
Date: Fri Dec 30 13:49:47 2005
New Revision: 10807
Modified:
trunk/config/gen/makefiles/root.in
trunk/config/init/defaults.pm
Log:
setup all of the default install paths in init::defaults
interpolate the values for EXEC_PREFIX, BIN_DIR, LIB_DIR, & INCLUDE_DIR in
roo
Author: jhoblitt
Date: Fri Dec 30 14:20:06 2005
New Revision: 10808
Modified:
trunk/tools/dev/install_files.pl
Log:
don't allow libraries to be installed into subdirs of libdir
Modified: trunk/tools/dev/install_fil
Author: jhoblitt
Date: Fri Dec 30 13:22:42 2005
New Revision: 10804
Modified:
trunk/lib/Parrot/Configure/Step.pm
trunk/t/configure/step.t
Log:
add Parrot::Configure::Step::_slurp()
Modified: trunk/lib/Parrot/Configure/Step.pm
Author: jhoblitt
Date: Fri Dec 30 13:27:05 2005
New Revision: 10805
Modified:
trunk/lib/Parrot/Configure/Step.pm
Log:
refactor file slurp operations to use _slurp()
Modified: trunk/lib/Parrot/Configure/Step.pm
Author: jhoblitt
Date: Fri Dec 30 02:04:39 2005
New Revision: 10785
Modified:
trunk/lib/Parrot/Configure/Step.pm
Log:
open() lexicals instead of bare words where convenient
Modified: trunk/lib/Parrot/Configure/Step.pm
Author: jhoblitt
Date: Fri Dec 30 00:18:56 2005
New Revision: 10783
Modified:
trunk/lib/Parrot/Configure/Step.pm
Log:
minor style changes
Modified: trunk/lib/Parrot/Configure/Step.pm
==
--- trunk/lib/Parrot/Configure
Author: jhoblitt
Date: Thu Dec 29 20:20:44 2005
New Revision: 10781
Modified:
trunk/lib/Parrot/Configure/Step.pm
trunk/t/configure/step.t
Log:
remove the ':add' & ':rem' complexities from integrate() & prompt() -- unused
Modified: trunk/
Author: jhoblitt
Date: Thu Dec 29 18:28:37 2005
New Revision: 10780
Modified:
trunk/MANIFEST
Log:
sorted
add a keep-it-sorted plea
Modified: trunk/MANIFEST
==
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST
Author: jhoblitt
Date: Wed Dec 28 21:49:26 2005
New Revision: 10761
Modified:
trunk/t/configure/configure.t
Log:
test Parrot::Configure->runsteps() with a bogus step
Modified: trunk/t/configure/configur
Author: jhoblitt
Date: Wed Dec 28 21:47:26 2005
New Revision: 10760
Modified:
trunk/lib/Parrot/Configure.pm
Log:
tolerate a steps description being undef
Modified: trunk/lib/Parrot/Configure.pm
==
--- trunk/lib/Parrot
Author: jhoblitt
Date: Wed Dec 28 21:08:01 2005
New Revision: 10759
Modified:
trunk/t/configure/configure.t
Log:
additional Parrot::Configure tests
Modified: trunk/t/configure/configure.t
==
--- trunk/t/configure
Author: jhoblitt
Date: Wed Dec 28 19:08:32 2005
New Revision: 10758
Modified:
trunk/lib/Parrot/Configure.pm
Log:
change ->runsteps() to return $self
Modified: trunk/lib/Parrot/Configure.pm
==
--- trunk/lib/Par
Author: jhoblitt
Date: Wed Dec 28 14:08:49 2005
New Revision: 10748
Modified:
trunk/MANIFEST
Log:
rename runtime/parrot/library/libpcre.imc -> runtime/parrot/library/libpcre.pir
Modified: trunk/MANIFEST
==
--- tr
Author: jhoblitt
Date: Tue Dec 27 20:05:11 2005
New Revision: 10718
Added:
trunk/t/configure/configure.t (contents, props changed)
Modified:
trunk/MANIFEST
Log:
initial Parrot::Configure tests
Modified: trunk/MANIFEST
Author: jhoblitt
Date: Tue Dec 27 18:31:03 2005
New Revision: 10717
Modified:
trunk/t/configure/step.t
Log:
use 'warning' instead of 'error'
Modified: trunk/t/configure/step.t
==
--- trun
Author: jhoblitt
Date: Tue Dec 27 18:27:43 2005
New Revision: 10716
Modified:
trunk/t/configure/step.t
Log:
correct test skip count
Modified: trunk/t/configure/step.t
==
--- trunk/t/configure/step.t(original
Author: jhoblitt
Date: Tue Dec 27 18:25:33 2005
New Revision: 10715
Modified:
trunk/t/configure/step.t
Log:
skip tests that require File::Temp objects if File::Temp can't ->new()
Modified: trunk/t/configur
Author: jhoblitt
Date: Tue Dec 27 18:12:59 2005
New Revision: 10714
Modified:
trunk/config/gen/makefiles/cola.in
trunk/config/gen/makefiles/docs.in
trunk/config/gen/makefiles/editor.in
trunk/config/init/defaults.pm
Log:
interpolate the values for MKDIR & CHMOD in gen/makefiles/col
Author: jhoblitt
Date: Tue Dec 27 16:25:21 2005
New Revision: 10710
Modified:
trunk/config/auto/aio.pm
trunk/config/auto/gdbm.pm
trunk/config/auto/gmp.pm
trunk/config/auto/inline.pm
trunk/config/init/manifest.pm
Log:
add missing 1; line to end of several config/* modules
Modified
Author: jhoblitt
Date: Tue Dec 27 16:12:36 2005
New Revision: 10709
Modified:
trunk/config/gen/cpu.pm
trunk/config/gen/cpu/i386/auto.pm
trunk/config/gen/cpu/x86_64/auto.pm
Log:
change gen::cpu to work like init::hints
Modified: trunk/config/gen/cpu.pm
Author: jhoblitt
Date: Tue Dec 27 15:52:13 2005
New Revision: 10708
Modified:
trunk/config/init/hints/cygwin.pm
Log:
attempt to fix config/init/hints/cygwin.pm - although it is unlikely that the
attempt to modify the '--define' option actually ever worked
Modified: trunk/config/
Author: jhoblitt
Date: Tue Dec 27 15:32:06 2005
New Revision: 10707
Added:
trunk/t/configure/step.t (contents, props changed)
Modified:
trunk/MANIFEST
Log:
partial Parrot::Configure::Step tests
Modified: trunk/MANIFEST
Author: jhoblitt
Date: Tue Dec 27 14:55:01 2005
New Revision: 10705
Modified:
trunk/config/inter/lex.pm
trunk/config/inter/make.pm
trunk/config/inter/yacc.pm
trunk/lib/Parrot/Configure/Step.pm
Log:
change Parrot::Configure::Step::check_progs() to accept a 'verbose' paramete
Author: jhoblitt
Date: Tue Dec 27 14:11:32 2005
New Revision: 10703
Modified:
trunk/lib/Parrot/Configure/Step.pm
Log:
remove $conf access from _run_command()
Modified: trunk/lib/Parrot/Configure/Step.pm
==
--- trunk
Author: jhoblitt
Date: Tue Dec 27 13:28:51 2005
New Revision: 10702
Modified:
trunk/lib/Parrot/Configure/Step.pm
Log:
change copy_if_diff() to return true on success
Modified: trunk/lib/Parrot/Configure/Step.pm
Author: jhoblitt
Date: Tue Dec 27 13:14:53 2005
New Revision: 10701
Modified:
trunk/config/init/hints/vms.pm
Log:
fix compilation failure by replacing antiquated use of $c with $conf->data
Modified: trunk/config/init/hints/vms
Author: jhoblitt
Date: Tue Dec 27 13:10:47 2005
New Revision: 10700
Added:
trunk/t/configure/config_steps.t (contents, props changed)
Modified:
trunk/MANIFEST
Log:
test to check that all configure steps compile
Modified: trunk/MANIFEST
Author: jhoblitt
Date: Tue Dec 27 12:50:27 2005
New Revision: 10699
Modified:
trunk/config/init/hints/cygwin.pm
Log:
add missing closing bracket for runstep(), reported by Greg Bacon
Modified: trunk/config/init/hints/cygwin.pm
1 - 100 of 193 matches
Mail list logo