2003-09-25 |
Rafael Garcia-Suarez | Update perlhist.pod
|
commit | commitdiff | tree |
2003-09-23 |
Rafael Garcia-Suarez | The FAQ answer about POD comments was incorrect. [perl...
|
commit | commitdiff | tree |
2003-09-23 |
Rafael Garcia-Suarez | Minor nit in a debug message of the tokenizer.
|
commit | commitdiff | tree |
2003-09-22 |
Rafael Garcia-Suarez | When localising a magic value, propagate the readonly...
|
commit | commitdiff | tree |
2003-09-20 |
Rafael Garcia-Suarez | Missing perlfaq chunk.
|
commit | commitdiff | tree |
2003-09-20 |
Rafael Garcia-Suarez | FAQ sync.
|
commit | commitdiff | tree |
2003-09-18 |
Rafael Garcia-Suarez | Perlfaq nits from Iain Truskett.
|
commit | commitdiff | tree |
2003-09-18 |
Rafael Garcia-Suarez | Integrate a change from the perlfaq CVS.
|
commit | commitdiff | tree |
2003-09-12 |
Rafael Garcia-Suarez | Stringify the $VERSION of DynaLoader so it's never...
|
commit | commitdiff | tree |
2003-09-09 |
Rafael Garcia-Suarez | One more chance... Elizabeth's change #21107 plus
|
commit | commitdiff | tree |
2003-09-08 |
Rafael Garcia-Suarez | Loading warnings.pm now loads attributes.pm that loads...
|
commit | commitdiff | tree |
2003-09-08 |
Rafael Garcia-Suarez | A version of change #21073 that works.
|
commit | commitdiff | tree |
2003-09-08 |
Rafael Garcia-Suarez | Re: one nit to fix [PATCH]
|
commit | commitdiff | tree |
2003-09-07 |
Rafael Garcia-Suarez | Upgrade to Unicode::Collate 0.28
|
commit | commitdiff | tree |
2003-09-06 |
Rafael Garcia-Suarez | Minor doc style nits in XSLoader.
|
commit | commitdiff | tree |
2003-09-06 |
Rafael Garcia-Suarez | Email nits in Fatal.pm [perl #23724].
|
commit | commitdiff | tree |
2003-08-30 |
Rafael Garcia-Suarez | Tweak XSLoader.t.
|
commit | commitdiff | tree |
2003-08-29 |
Rafael Garcia-Suarez | Add a new test, to ensure that we don't unexpectedly...
|
commit | commitdiff | tree |
2003-08-29 |
Rafael Garcia-Suarez | Don't cast PL_multiline to bool : you may loose important...
|
commit | commitdiff | tree |
2003-08-27 |
Rafael Garcia-Suarez | Add caveats and tests for Symbol::delete_package().
|
commit | commitdiff | tree |
2003-08-26 |
Rafael Garcia-Suarez | Integrate two DJGPP portability patches from the 5...
|
commit | commitdiff | tree |
2003-08-26 |
Rafael Garcia-Suarez | Change the internal prototype of the pop() and shift...
|
commit | commitdiff | tree |
2003-08-25 |
Rafael Garcia-Suarez | [perl #23577] fix syscall() prototype description in
|
commit | commitdiff | tree |
2003-08-21 |
Rafael Garcia-Suarez | The magic variables that alter STDOUT have a tendancy...
|
commit | commitdiff | tree |
2003-08-19 |
Rafael Garcia-Suarez | t/TEST fails to fail when it can't find tests.
|
commit | commitdiff | tree |
2003-08-16 |
Rafael Garcia-Suarez | Avoid a "Subroutine Cwd::fastcwd redefined" warning...
|
commit | commitdiff | tree |
2003-08-16 |
Rafael Garcia-Suarez | Remove a useless vstring reference in perlnumber.pod.
|
commit | commitdiff | tree |
2003-08-12 |
Rafael Garcia-Suarez | perlipc thinko by John P. Linderman.
|
commit | commitdiff | tree |
2003-08-11 |
Rafael Garcia-Suarez | Add a new regression test for Safe : tests that all ops
|
commit | commitdiff | tree |
2003-08-11 |
Rafael Garcia-Suarez | [perl #23274] B::Deparse wasn't handling correctly...
|
commit | commitdiff | tree |
2003-08-10 |
Rafael Garcia-Suarez | Further tweaks on perlreref.pod (by Iain Truskett)
|
commit | commitdiff | tree |
2003-08-10 |
Rafael Garcia-Suarez | Add the perlreref manpage, by Iain Truskett
|
commit | commitdiff | tree |
2003-08-09 |
Rafael Garcia-Suarez | Remove ByteLoader from the list of modules whose compilabili...
|
commit | commitdiff | tree |
2003-08-09 |
Rafael Garcia-Suarez | Regenerate perlapi.pod.
|
commit | commitdiff | tree |
2003-08-09 |
Rafael Garcia-Suarez | Change #20578 to SelfLoader is probably also useful...
|
commit | commitdiff | tree |
2003-08-04 |
Rafael Garcia-Suarez | Nit in INSTALL about the svr?.sh hint files.
|
commit | commitdiff | tree |
2003-08-04 |
Rafael Garcia-Suarez | Fix bug #23141 : localization of readonly magic scalars
|
commit | commitdiff | tree |
2003-08-04 |
Rafael Garcia-Suarez | Revert change #19282 : it caused problems for some...
|
commit | commitdiff | tree |
2003-08-04 |
Rafael Garcia-Suarez | Re: Can't usemymalloc on OS X
|
commit | commitdiff | tree |
2003-07-31 |
Rafael Garcia-Suarez | Document in INSTALL that -Uinstallusrbinperl is now...
|
commit | commitdiff | tree |
2003-07-30 |
Rafael Garcia-Suarez | Silence spurious noise from MakeMaker :
|
commit | commitdiff | tree |
2003-07-29 |
Rafael Garcia-Suarez | FAQ sync.
|
commit | commitdiff | tree |
2003-07-29 |
Rafael Garcia-Suarez | [perl #22969] fix $hash{utf8bareword}
|
commit | commitdiff | tree |
2003-07-21 |
Rafael Garcia-Suarez | As the perldoc.pod is now in a separate file under...
|
commit | commitdiff | tree |
2003-07-21 |
Rafael Garcia-Suarez | [PATCH] Re: Perl formats do not work with tied values
|
commit | commitdiff | tree |
2003-07-20 |
Rafael Garcia-Suarez | Minor doc nits concerning the dosish ALTERNATE_SHEBANG
|
commit | commitdiff | tree |
2003-07-20 |
Rafael Garcia-Suarez | The warning "Possible precedence problem on bitwise...
|
commit | commitdiff | tree |
2003-07-18 |
Rafael Garcia-Suarez | Rename get_seed() to get_hash_seed(), as suggested by
|
commit | commitdiff | tree |
2003-07-17 |
Rafael Garcia-Suarez | [perl #22944] PERL5LIB is not colon-separated everywhere
|
commit | commitdiff | tree |
2003-07-17 |
Rafael Garcia-Suarez | Minor nits in perlsyn.pod
|
commit | commitdiff | tree |
2003-07-13 |
Rafael Garcia-Suarez | Minor updates of the charnames documentation.
|
commit | commitdiff | tree |
2003-07-10 |
Rafael Garcia-Suarez | regen embed.pl for the bleadperl branch as well.
|
commit | commitdiff | tree |
2003-07-08 |
Rafael Garcia-Suarez | The CHECKOP macro was not invoked on some newly created ops
|
commit | commitdiff | tree |
2003-07-07 |
Rafael Garcia-Suarez | Regexp bug in the docs, spotted by Enache's eagle eyes.
|
commit | commitdiff | tree |
2003-07-05 |
Rafael Garcia-Suarez | Comment out some debugging output in Math::BigInt,...
|
commit | commitdiff | tree |
2003-07-04 |
Rafael Garcia-Suarez | Author list update (to be continued...)
|
commit | commitdiff | tree |
2003-07-04 |
Rafael Garcia-Suarez | Add a new test target in the makefile, test_harness_notty.
|
commit | commitdiff | tree |
2003-07-04 |
Rafael Garcia-Suarez | Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
|
commit | commitdiff | tree |
2003-07-04 |
Rafael Garcia-Suarez | Fix non-numeric $VERSION.
|
commit | commitdiff | tree |
2003-07-03 |
Rafael Garcia-Suarez | Re: randomly untainting?
|
commit | commitdiff | tree |
2003-07-03 |
Rafael Garcia-Suarez | Re: randomly untainting?
|
commit | commitdiff | tree |
2003-07-02 |
Rafael Garcia-Suarez | Minor test adjustments :
|
commit | commitdiff | tree |
2003-07-02 |
Rafael Garcia-Suarez | Skip a socketpair test on SCO OSR
|
commit | commitdiff | tree |
2003-06-29 |
Rafael Garcia-Suarez | Misc Pod Nits.
|
commit | commitdiff | tree |
2003-06-29 |
Rafael Garcia-Suarez | Perl_doing_taint must be public, for programs that...
|
commit | commitdiff | tree |
2003-06-28 |
Rafael Garcia-Suarez | Using $1 without testing success of the regexp, bad.
|
commit | commitdiff | tree |
2003-06-28 |
Rafael Garcia-Suarez | Some clarification about the current semantics of CHECK and
|
commit | commitdiff | tree |
2003-06-28 |
Rafael Garcia-Suarez | Fix test count, by Abe Timmerman.
|
commit | commitdiff | tree |
2003-06-26 |
Rafael Garcia-Suarez | perlhack update, by Steve Grazzini
|
commit | commitdiff | tree |
2003-06-25 |
Rafael Garcia-Suarez | Enhance some macro robustness.
|
commit | commitdiff | tree |
2003-06-25 |
Rafael Garcia-Suarez | Fix [perl #21742] :
|
commit | commitdiff | tree |
2003-06-18 |
Rafael Garcia-Suarez | A bunch of minor changes to perlguts.pod.
|
commit | commitdiff | tree |
2003-06-17 |
Rafael Garcia-Suarez | Some docs for the assertions.
|
commit | commitdiff | tree |
2003-06-15 |
Rafael Garcia-Suarez | Rename again the warning about $* being no longer supported
|
commit | commitdiff | tree |
2003-06-14 |
Rafael Garcia-Suarez | Rename the warning about $* being removed,
|
commit | commitdiff | tree |
2003-06-13 |
Rafael Garcia-Suarez | Remove the deprecated $* variable.
|
commit | commitdiff | tree |
2003-06-06 |
Rafael Garcia-Suarez | Upgrade to Time::Local 1.06, by Dave Rolsky
|
commit | commitdiff | tree |
2003-06-06 |
Rafael Garcia-Suarez | Complement to change #19698 :
|
commit | commitdiff | tree |
2003-06-06 |
Rafael Garcia-Suarez | Minor grammatical nit.
|
commit | commitdiff | tree |
2003-06-06 |
Rafael Garcia-Suarez | Clarify that => doesn't quote compound identifiers.
|
commit | commitdiff | tree |
2003-06-04 |
Rafael Garcia-Suarez | Prevent a potential null pointer dereference.
|
commit | commitdiff | tree |
2003-06-02 |
Rafael Garcia-Suarez | A little bit more of weird-code-proofing in B::Deparse.
|
commit | commitdiff | tree |
2003-05-31 |
Rafael Garcia-Suarez | Fix a case of segfault in gv_check(), by making
|
commit | commitdiff | tree |
2003-05-31 |
Rafael Garcia-Suarez | Don't install test.pl files.
|
commit | commitdiff | tree |
2003-05-31 |
Rafael Garcia-Suarez | Regenerate internals pods.
|
commit | commitdiff | tree |
2003-05-21 |
Rafael Garcia-Suarez | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
|
commit | commitdiff | tree |
2003-05-20 |
Rafael Garcia-Suarez | Enhance the failure reporting for the pod2html tests
|
commit | commitdiff | tree |
2003-05-20 |
Rafael Garcia-Suarez | Upgrade to Getopt::Long 2.33
|
commit | commitdiff | tree |
2003-05-17 |
Rafael Garcia-Suarez | Upgrade to Getopt::Long 2.32_05
|
commit | commitdiff | tree |
2003-05-17 |
Rafael Garcia-Suarez | Clarify the explanation of the warning "Possible precedence...
|
commit | commitdiff | tree |
2003-05-17 |
Rafael Garcia-Suarez | Fix bug #22216 : B::Deparse can't handle "use Module...
|
commit | commitdiff | tree |
2003-05-12 |
Rafael Garcia-Suarez | Small nit in perlsyn about the new // operator
|
commit | commitdiff | tree |
2003-05-12 |
Rafael Garcia-Suarez | Use a more sophisticated heuristics to produce the...
|
commit | commitdiff | tree |
2003-05-11 |
Rafael Garcia-Suarez | Open UNIX is not really "formerly Unixware", since...
|
commit | commitdiff | tree |
2003-05-11 |
Rafael Garcia-Suarez | perlport.pod nit for doc bug #8253.
|
commit | commitdiff | tree |
2003-05-09 |
Rafael Garcia-Suarez | A regression test for the remaining "Final $ should...
|
commit | commitdiff | tree |
2003-05-09 |
Rafael Garcia-Suarez | Remove the error messages "Final @ should be \@ or...
|
commit | commitdiff | tree |
2003-05-09 |
Rafael Garcia-Suarez | Fix for doc bug #8602 : clarify eof() example comments
|
commit | commitdiff | tree |
2003-05-08 |
Rafael Garcia-Suarez | Suppress a few compilation warnings in pp_hot.c.
|
commit | commitdiff | tree |
2003-05-08 |
Rafael Garcia-Suarez | Remove duplicate entries from perldiag
|
commit | commitdiff | tree |
next |