2000-05-08 |
Gurusamy Sarathy | cygwin update (from Eric Fifer <efifer@sanwaint.com>) |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Gurusamy Sarathy | fork() failure to create pseudo process sets errno... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | concat doesn't preserve utf8-ness, and doesn't invalidate |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | buildtoc tweak to fix newline lossage |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | reverse() and quotemeta() weren't preserving utf8-ness... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | repeat operator (x) doesn't preserve utf8-ness |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | substr() does not preserve utf8-ness (from Stefan Eissing |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | note about undocumented caller() return value (from... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | peek.t non-portable to ithreads |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | better default perlbug categories for ok reports (from... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | add File::Temp v0.08 from CPAN, with small tweaks to... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | remove outdated kludge in Carp (NULLs are permitted... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | workaround for CRT bug in chdir() (from Charles Lane... |
commit | commitdiff | tree | snapshot |
2000-05-07 |
Gurusamy Sarathy | avoid warnings in diagnostics.pm; pod tweaks (from... |
commit | commitdiff | tree | snapshot |
2000-05-06 |
Gurusamy Sarathy | integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Jarkko Hietaniemi | Make the test more portable. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Jarkko Hietaniemi | Introduce t/lib/peek.t. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Jarkko Hietaniemi | Complex tweaks. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Gurusamy Sarathy | misformatted perllocal.pod (from Tim Jenness |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Gurusamy Sarathy | remove misleading comment (from M.J.T. Guy) |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Gurusamy Sarathy | File::Spec compatibility update (from Barrie Slaymaker |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Gurusamy Sarathy | note about values() |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Gurusamy Sarathy | replace direct call to sighandler() with (*PL_sighandle... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Gurusamy Sarathy | s/END/CHECK/ |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Gurusamy Sarathy | change#5905 wasn't quite right--it's intent only applie... |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Gurusamy Sarathy | tokeq() could read unallocated field in argument |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Gurusamy Sarathy | additional tests for utf8.t |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Gurusamy Sarathy | change#5921 neglected to make eq honor "use bytes" |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Jarkko Hietaniemi | The logic of choosing strtol/strtoul/strtoll/strtoull... |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Gurusamy Sarathy | printf(...) should be PerlIO_printf(PerlIO_stdout(... |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Gurusamy Sarathy | fix broken parsing of /\x{ab}/ |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Jarkko Hietaniemi | The search of infinity continues, this time simplified. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Jarkko Hietaniemi | Detypo. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Be more forgiving in POSIX about HUGE_VALL. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Unicos hint tweak. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Complex tweakery. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Use setxxent()/endxxent(). |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Test both the scalar and list contexts. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | add note about how $( doesn't interpolate in REs (from |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Call getspnam() only iff needed. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | libscheck has insufficient checks for n32 libs (from |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | change#3798 broke the meaning of "\0_7_7", tr/\0_/... |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | perlretut revisions (from Mark Kvale <kvale@phy.ucsf... |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | remove outdated perltrap entry (from Peter Scott <Peter... |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | cpio 2.4.2 on Linux creates directories in 0700 mode... |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Gurusamy Sarathy | missing files in MANIFEST |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | Infinite problems. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Jarkko Hietaniemi | pwent/spent #ifdef imbalance. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Jarkko Hietaniemi | Use HUGE_VALL if applicable. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Jarkko Hietaniemi | Correct Freudian slip. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Jarkko Hietaniemi | Continue on the pwent/spent case. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Jarkko Hietaniemi | Integrate with Sarathy; unfortunately Sarathy's whitespace |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Jarkko Hietaniemi | Rewrite the pwent/spent logic to be a little bit more... |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Gurusamy Sarathy | whitespace adjustments |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Gurusamy Sarathy | small nits in diagnostics.pm (from Robin Barker) |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Gurusamy Sarathy | introduce @LAST_MATCH_START and @LAST_MATCH_END, Englis... |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Gurusamy Sarathy | add CGI.pm v2.66 (from Lincoln Stein) |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Gurusamy Sarathy | Pod::Man generates groff-incompatible macro definition... |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Gurusamy Sarathy | podlators-1.02 update (from Russ Allbery) |
commit | commitdiff | tree | snapshot |
2000-04-30 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-04-30 |
Gurusamy Sarathy | Is{Alnum,Alpha,Word} don't match titlecase |
commit | commitdiff | tree | snapshot |
2000-04-30 |
Gurusamy Sarathy | extend "Unrecognized escape" warning to \8, \9, and... |
commit | commitdiff | tree | snapshot |
2000-04-30 |
Gurusamy Sarathy | debugger stomps on $. (from M.J.T. Guy) |
commit | commitdiff | tree | snapshot |
2000-04-30 |
Gurusamy Sarathy | unbalanced LEAVE after perl_clone(...,0) (from Doug... |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Gurusamy Sarathy | remove Win2K issue in pod (fixed by change#6020) |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Gurusamy Sarathy | test tweak |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Gurusamy Sarathy | windows portability tweaks |
commit | commitdiff | tree | snapshot |
2000-04-29 |
Gurusamy Sarathy | make lib/syslog.t portable to systems that don't have... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Do not warn that an infinity does not look like a number. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | tweak test for portability |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | glob() loading File::Glob behind the scenes may cause... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | tweak change#5945 to display correct switch name in... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | &HUGE_VAL is not defined, it exists. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | clarify note about shadow password support (from |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | VMS config tweak (from Craig A. Berry <craig.berry... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | note about compile failures and END blocks (from M... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Regen Configure. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | perldoc might fail via "use blib" (from Hugo van der... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | allow REG_EXPAND_SZ keys in Windows registry (from |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | destructive sv_setsv() can lose UV-ness from source... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | support additional library locations via $Config{otherl... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | fix line renumbering bug in C<eval qq[#line 10 "X"... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Preserve $!. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | fixes for bugs in C<use warnings qw(FATAL all)> (from... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | fix for missed accounting for null byte in pack("Z... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | various minor tweaks seen on p5p |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | pod nit (from Simon Cozens) |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | posix-bc patches (from Dorner Thomas <Thomas.Dorner... |
commit | commitdiff | tree | snapshot |
2000-04-28 |
Gurusamy Sarathy | use $ENV{LIB} to search for libs under Visual C compiler |
commit | commitdiff | tree | snapshot |
next |