2009-01-28 |
Nicholas Clark | Pass $(MAKE) as one quoted commandline argument, to...
|
commit | commitdiff | tree |
2009-01-28 |
Nicholas Clark | Move ext/util/make_ext.pl to the top level.
|
commit | commitdiff | tree |
2009-01-28 |
Nicholas Clark | Fold ext/util/make_ext_cross into ext/util/make_ext...
|
commit | commitdiff | tree |
2009-01-27 |
Nicholas Clark | In the code for printing -v, replace longhand newSVpvn...
|
commit | commitdiff | tree |
2009-01-27 |
Nicholas Clark | In buildext.pl, refactor the @ARGV parsing into a single...
|
commit | commitdiff | tree |
2009-01-26 |
Nicholas Clark | Break the --create-perllibst-h and --list-static-libs...
|
commit | commitdiff | tree |
2009-01-25 |
Nicholas Clark | Unbreak Makefile too (replicate fcd65f8d4322911242887c00dd8c...
|
commit | commitdiff | tree |
2009-01-25 |
Max Maischein | Unbreak build on Windows
|
commit | commitdiff | tree |
2009-01-25 |
Nicholas Clark | Remove stock_git_version.h as nothing uses it any more.
|
commit | commitdiff | tree |
2009-01-25 |
Nicholas Clark | Regenerate uconfig.h
|
commit | commitdiff | tree |
2009-01-25 |
Nicholas Clark | microperl has no idea about 64 bit types, so don't...
|
commit | commitdiff | tree |
2009-01-25 |
Nicholas Clark | microperl also needs a canned git config.
|
commit | commitdiff | tree |
2009-01-25 |
Nicholas Clark | Port 486cd780047ff22471c5cbe417911a042ae23962 to win32...
|
commit | commitdiff | tree |
2009-01-24 |
Nicholas Clark | Add -DPERL_IS_MINIPERL when building the object files...
|
commit | commitdiff | tree |
2009-01-24 |
Nicholas Clark | The exit code of make_patchnum.pl is no longer used...
|
commit | commitdiff | tree |
2009-01-24 |
John Malmberg | VMS has a mode where it preserved case, and also has...
|
commit | commitdiff | tree |
2009-01-23 |
Nicholas Clark | suidperl goes.
|
commit | commitdiff | tree |
2009-01-23 |
Nicholas Clark | sperl.o also needs to depend on git_version.h
|
commit | commitdiff | tree |
2009-01-23 |
Nicholas Clark | Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW...
|
commit | commitdiff | tree |
2009-01-23 |
Nicholas Clark | Amend patchlevel.h so that git_version.h is only #include...
|
commit | commitdiff | tree |
2009-01-23 |
Nicholas Clark | Add a perlmini.o and perlmini.c akin to opmini.o and...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Note that nothing in core uses Perl_get_cv any more...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Convert db_get_cv() to use get_cvn_flags() as it already...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Add get_cvs() as a shortcut for STR_WITH_LEN() and...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | In attrs::get(), use Perl_get_cvn_flags() rather than...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Correct the form of the flags passed to perl_get_cv().
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Correct the form of the flags passed to perl_get_sv...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Correct the form of the flags passed to perl_get_sv...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Update the documentation of get_sv() to note that it...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Update the documentation of get_av() to note that it...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Update the documentation of get_hv() to note that it...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Correct the call to get_hv() to use GV_ADD for the...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was...
|
commit | commitdiff | tree |
2009-01-21 |
Nicholas Clark | Change 28063 should have removed the call to savepvn...
|
commit | commitdiff | tree |
2009-01-14 |
Aaron Crane | applying patches and upstream Nicholas Clark writes:
|
commit | commitdiff | tree |
2009-01-14 |
Nicholas Clark | Actually commit the state infomation at the end of...
|
commit | commitdiff | tree |
2009-01-14 |
Nicholas Clark | Make make_ext.pl write out a shell script of its actions...
|
commit | commitdiff | tree |
2009-01-13 |
Nicholas Clark | If there is one argument, and it looks like a commit...
|
commit | commitdiff | tree |
2009-01-13 |
Nicholas Clark | Add the upstream status to the output of Porting/Maintainers...
|
commit | commitdiff | tree |
2009-01-13 |
Nicholas Clark | chomp the output from git ls-files. Display a helpful...
|
commit | commitdiff | tree |
2009-01-13 |
Nicholas Clark | ext/Hash/Util/Makefile.PL should not recurse to FieldHash...
|
commit | commitdiff | tree |
2009-01-13 |
Nicholas Clark | Give the git file browser URL as the most up to date...
|
commit | commitdiff | tree |
2009-01-12 |
Nicholas Clark | Fix my refactoring typo in change 33001 that broke...
|
commit | commitdiff | tree |
2009-01-12 |
Renée Bäcker | show -E in error message when called with -E
|
commit | commitdiff | tree |
2009-01-12 |
Nicholas Clark | Add $(EXE_EXT) where it was missing from $(RUN) ./miniperl
|
commit | commitdiff | tree |
2009-01-12 |
Nicholas Clark | Correct the over-zealous addition of $(RUN) into test...
|
commit | commitdiff | tree |
2009-01-12 |
Nicholas Clark | make_patchnum requires miniperl$(EXE_EXT) to run, so...
|
commit | commitdiff | tree |
2009-01-11 |
Nicholas Clark | Add -Ilib to the invocations of make_ext.pl. I guess...
|
commit | commitdiff | tree |
2009-01-11 |
Nicholas Clark | Remove make_patchnum.com from MANIFEST following
|
commit | commitdiff | tree |
2009-01-05 |
Nicholas Clark | Update copyright year to 2009.
|
commit | commitdiff | tree |
2009-01-03 |
Nicholas Clark | Remove duplicate return in S_mro_get_linear_isa_c3...
|
commit | commitdiff | tree |
2009-01-03 |
Nicholas Clark | Changing get_isa_hash() to static means that it needs...
|
commit | commitdiff | tree |
2009-01-03 |
Nicholas Clark | get_isa_hash() is only used in S_isa_lookup(), so it...
|
commit | commitdiff | tree |
2009-01-03 |
Nicholas Clark | Following change 34356, which decoupled get_isa_hash...
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | Switching to `` requires one more \ to escape $Config...
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | Switching from $() to `` requires two more backticks...
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | More efficient API choices for string appending.
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | cflags also runs under /bin/sh so can't use $()
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | Solaris awk (at least) thinks that + should be escaped.
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | Solaris /bin/sh doesn't do POSIX $( ... ) syntax for...
|
commit | commitdiff | tree |
2008-12-31 |
Nicholas Clark | varargs functions such as sv_catpvf can't have compatibility...
|
commit | commitdiff | tree |
2008-12-29 |
Nicholas Clark | In mro_get_mro, use the length and UTF-8-ness now contained...
|
commit | commitdiff | tree |
2008-12-29 |
Nicholas Clark | PL_registered_mros can start with 1 hash bucket, as...
|
commit | commitdiff | tree |
2008-12-28 |
Nicholas Clark | Add casts to gain C++ compatibility, as spotted by...
|
commit | commitdiff | tree |
2008-12-28 |
Nicholas Clark | Add a key flag HVhek_KEYCANONICAL for Perl_hv_common...
|
commit | commitdiff | tree |
2008-12-28 |
Nicholas Clark | Verify that pre-computing hashes with shared hash key...
|
commit | commitdiff | tree |
2008-12-28 |
Nicholas Clark | Also test Perl_hv_common() and pre-computed hashes...
|
commit | commitdiff | tree |
2008-12-28 |
Nicholas Clark | Precomputing the hash value for a string representable...
|
commit | commitdiff | tree |
2008-12-28 |
Nicholas Clark | Fix typo in code not yet used.
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Move all mro:: XS functions from mro.c to ext/mro/mro...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | In struct mro_meta, rename mro_linear_dfs to mro_linear_all...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | In struct mro_meta, rename mro_linear_c3 to mro_linear_curre...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Break out the set-the-MRO logic from the XS_mro_set_mro...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Optimisation of the use of the meta structure - don...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Remove the comment that the mro:: functions are actually...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Proper pluggable Method Resolution Orders. 'c3' is...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Explictly export Perl_mro_meta_init() so that HvMROMETA...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Add Perl_mro_register() to register Method Resolution...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Add MRO_GET_PRIVATE_DATA() to use the cached mro private...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Repurpose struct mro_meta to allow it to store cached...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org...
|
commit | commitdiff | tree |
2008-12-27 |
Nicholas Clark | Tweak make_patchnum.sh to cope with /bin/sh on Solaris...
|
commit | commitdiff | tree |
2008-12-26 |
Nicholas Clark | The string "." cannot possibly contain a PATH sepatator...
|
commit | commitdiff | tree |
2008-12-26 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org...
|
commit | commitdiff | tree |
2008-12-26 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org...
|
commit | commitdiff | tree |
2008-12-23 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org...
|
commit | commitdiff | tree |
2008-12-21 |
Nicholas Clark | Merge branch 'blead' of nicholas@perl5.git.perl.org...
|
commit | commitdiff | tree |
2008-12-21 |
Nicholas Clark | Note the correct way to make a branch to track a remote...
|
commit | commitdiff | tree |
2008-12-21 |
Nicholas Clark | Update Changes with the last 432 Perforce applied changes...
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be...
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | MANIFEST files want tabs. Hysterical raisins.
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | There shouldn't be a ByteLoader directory in ext, even...
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | /bin/sh isn't /usr/bin/perl :-)
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | Remove repository.pod, as it is entirely about the...
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | Rebuild pod/perltoc.pod.
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | Re-sort the MANIFEST in the preferred order.
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | Note how to set user name and e-mail address.
|
commit | commitdiff | tree |
2008-12-20 |
Nicholas Clark | Also update the $VERSION of ExtUtils::MM_Unix, else...
|
commit | commitdiff | tree |
2008-12-16 |
Nicholas Clark | Thank you for a thank you, not thank you for a bug...
|
commit | commitdiff | tree |
2008-12-14 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
next |