2009-10-26 |
Yves Orton | refine the documentation for deleting branches and...
|
commit | commitdiff | tree |
2009-10-25 |
Yves Orton | disable non-unicode case insensitive trie matching
|
commit | commitdiff | tree |
2009-10-19 |
Yves Orton | revert to 5.8.x semantics for \s \w and \d
|
commit | commitdiff | tree |
2009-10-19 |
Yves Orton | somewhat fix failing regex tests. but break lots of...
|
commit | commitdiff | tree |
2009-10-16 |
Yves Orton | refactor the special CC code in reg_try()
|
commit | commitdiff | tree |
2009-10-05 |
Yves Orton | in regexec.c move the BOUND logic out of the way of...
|
commit | commitdiff | tree |
2009-10-05 |
Yves Orton | add tests to make sure the \s and [\s] match the same...
|
commit | commitdiff | tree |
2009-10-04 |
Yves Orton | refactor some common logic in regexec.c
|
commit | commitdiff | tree |
2009-10-04 |
Yves Orton | make test-reonly bypass the non-xs extensions
|
commit | commitdiff | tree |
2009-09-19 |
Yves Orton | dropped a test by accident the last go, so ressurect...
|
commit | commitdiff | tree |
2009-09-19 |
Yves Orton | split t/re/pat.t into new pieces
|
commit | commitdiff | tree |
2009-09-19 |
Yves Orton | copy pat.t into five new files
|
commit | commitdiff | tree |
2009-09-13 |
Yves Orton | add a couple of missing items to the lib/.gitignore
|
commit | commitdiff | tree |
2009-09-13 |
Yves Orton | much simpler .gitignore for ext/
|
commit | commitdiff | tree |
2009-09-13 |
Bo Borgerson | split: Improve performance in scalar context
|
commit | commitdiff | tree |
2009-09-13 |
Bo Borgerson | split: Remove implicit split to @_
|
commit | commitdiff | tree |
2009-09-10 |
Yves Orton | missed a comment reference to t/op that should now...
|
commit | commitdiff | tree |
2009-09-10 |
Yves Orton | move regex related tests out of t/op/ into t/re/
|
commit | commitdiff | tree |
2009-09-10 |
Yves Orton | add more positive gofs GPOS tests and fix some bugs too
|
commit | commitdiff | tree |
2009-09-10 |
Max Maischein | Move t/op/rt69056.t test into t/op/subst.t
|
commit | commitdiff | tree |
2009-09-09 |
Yves Orton | Fix RT69056 - postive GPOS leads to segv on first match
|
commit | commitdiff | tree |
2009-09-07 |
Yves Orton | needed something to change
|
commit | commitdiff | tree |
2009-09-05 |
Yves Orton | convert a bunch of duplicated mortalization logic in...
|
commit | commitdiff | tree |
2009-09-05 |
Yves Orton | add a note about the previous patches from gfx
|
commit | commitdiff | tree |
2009-09-05 |
gfx | call_method() uses newSVpvn_flags(), instead of sv_2mortal... Signed-off-by: Yves Orton <demerphq@gemini.(none)>
|
commit | commitdiff | tree |
2009-09-05 |
gfx | Remove an unnecessary NULL check, which is already... Signed-off-by: Yves Orton <demerphq@gemini.(none)>
|
commit | commitdiff | tree |
2009-09-05 |
gfx | newSVpvn_flags() does mortalization in place, instead... Signed-off-by: Yves Orton <demerphq@gemini.(none)>
|
commit | commitdiff | tree |
2009-09-02 |
Yves Orton | update perlre and perldelta to document change in behaviour...
|
commit | commitdiff | tree |
2009-09-02 |
Yves Orton | de-TODO a regexp test that was probably fixed with...
|
commit | commitdiff | tree |
2009-09-02 |
Yves Orton | set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and...
|
commit | commitdiff | tree |
2009-07-29 |
Yves Orton | we want the git-describe of the requested item, not...
|
commit | commitdiff | tree |
2009-07-29 |
Yves Orton | convert the contents of make_dot_patch into a function...
|
commit | commitdiff | tree |
2009-07-29 |
Yves Orton | much much quicker solution
|
commit | commitdiff | tree |
2009-07-28 |
Yves Orton | dont leave temporary files laying around
|
commit | commitdiff | tree |
2009-07-28 |
Yves Orton | changes required to Make It Work on the perl gitweb...
|
commit | commitdiff | tree |
2009-07-28 |
Yves Orton | Add Porting/make_snapshot.pl
|
commit | commitdiff | tree |
2009-07-28 |
Yves Orton | update manifest to reflect two new utilities
|
commit | commitdiff | tree |
2009-07-28 |
Yves Orton | add tool to create .tgz snapshot files with .patch...
|
commit | commitdiff | tree |
2009-07-27 |
Yves Orton | cleanup the EUI/EUMM test mess, and bump Install.pm...
|
commit | commitdiff | tree |
2009-07-27 |
Yves Orton | add a simple utility to Porting/ which knows how to...
|
commit | commitdiff | tree |
2009-07-26 |
Yves Orton | needed something to change to test patch mailing list
|
commit | commitdiff | tree |
2009-07-26 |
George Greer | much better swap logic to support reentrancy and fix...
|
commit | commitdiff | tree |
2009-07-26 |
Yves Orton | fix vim highlighting problem
|
commit | commitdiff | tree |
2009-07-22 |
Michael G. Schwern | This is a test for rt.cpan.org 60508 which I can't...
|
commit | commitdiff | tree |
2009-07-22 |
Michael G. Schwern | Make fresh_perl_is() strip newlines off the expected...
|
commit | commitdiff | tree |
2009-07-19 |
Yves Orton | forgot the version Bump - sigh
|
commit | commitdiff | tree |
2009-07-19 |
Yves Orton | sync to 1.52_03 (hopefully properly this time)
|
commit | commitdiff | tree |
2009-07-19 |
Yves Orton | bring up to date with ExtUtils-Install v1.52_02
|
commit | commitdiff | tree |
2009-07-17 |
David E. Wheeler | Fix ExtUtils::Installed failure with -Duserelocatableinc
|
commit | commitdiff | tree |
2009-06-26 |
Vincent Pit | Update RExC_npar and after_freeze correctly after the...
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Fixed a couple of [my] typos
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Update summary and add copyright
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Expanded treatment of adding instance variables
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Clarify that a class is not an instance
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Minor modifications to discussion of constructor
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Make use of $self and $class clear
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Better orgnization of instance discussion
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Cleanup lead-in to instance variables
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Better[?] development of SUPER
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Get rid of those awful tabs!
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Quick explanation of duck typing and a warning
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Make the "use base" purpose more obvious
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Minor reorganization.
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Typo: 'no strict subs' -> 'no strict refs'
|
commit | commitdiff | tree |
2009-04-07 |
Michael Witten | Docs: Typo: \{-1} -> \g{-1}
|
commit | commitdiff | tree |
2009-03-19 |
Mark Jason Dominus | pod/perlreftut.pod: keep example in tune with the times
|
commit | commitdiff | tree |
2009-03-12 |
Bram | Fix #56194 Regex: (((??{1 + $^N}))) behaves differently...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | eliminate double stringification, the defines as done...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | add better pod and headers, and clean up some whitespace...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | eliminate make_patchnum.sh, and make the build process...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | this seems to work, still not using the perl version...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | doesnt quite work yet, but provisional steps towards...
|
commit | commitdiff | tree |
2009-01-04 |
Max Maischein | Added stuff so that perl.exe now builds clean with...
|
commit | commitdiff | tree |
2009-01-04 |
Max Maischein | Added config.w32 to win32/.gitignore
|
commit | commitdiff | tree |
2009-01-04 |
Max Maischein | Added win32/.gitignore to ignore stuff from the Windows...
|
commit | commitdiff | tree |
2009-01-04 |
Max Maischein | Add more documentation to make_patchnum.pl
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | eliminate .patchnum and related infrastrcuture from...
|
commit | commitdiff | tree |
2009-01-04 |
Max Maischein | Message about making make_patchnum.pl Perl 5.005 compatible...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | move subs from bottom to top, and add a vim and shebang...
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | various changes
|
commit | commitdiff | tree |
2009-01-04 |
Kenichi Ishigaki | Almost a literal conversion of make_patchnum.sh
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | prepare for refactoring to perl
|
commit | commitdiff | tree |
2009-01-04 |
Yves Orton | modified make_patchnum.sh script
|
commit | commitdiff | tree |
2008-12-31 |
Yves Orton | much better git related version numbering in our (...
|
commit | commitdiff | tree |
2008-12-30 |
Igor Sutton | added information how to build on Leopard
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | fix problem on some platforms
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | tweak dependency
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | fix bug #57042 - preserve $^R across TRIE matches
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | ignore bugBLAH.pl files as they are likely dev/test...
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | better .patchnum/.sha1 dependency stuff
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | add cflags as a dependency for all object files. (it...
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | apparently this isnt necessary after all.
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | make make_patchnum.sh (more) portable
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | rebuild cflags if cflags.sh changes
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | come new version related code in perl.c is not enabled...
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | remove .sha1 file as well if necessary
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | forgot that i was modifying a generated file
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | add a newline for clarity
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | better git based version numbering (hopefully sane)
|
commit | commitdiff | tree |
2008-12-27 |
Yves Orton | tidier -v output
|
commit | commitdiff | tree |
next |