Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/SCM_CREDENTIALSS/SCM_CREDENTIAL/ | Jarkko Hietaniemi | 1998-11-30 | 1 | -1/+1 |
* | Undo #2395, seems more like a problem in netbsd-current. | Jarkko Hietaniemi | 1998-11-30 | 1 | -1/+1 |
* | Mirror #2384. | Jarkko Hietaniemi | 1998-11-29 | 1 | -1/+1 |
* | Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>. | Jarkko Hietaniemi | 1998-11-29 | 1 | -1/+2 |
* | Add I_POLL for IO 1.20. | Jarkko Hietaniemi | 1998-11-29 | 5 | -21/+45 |
* | Tune the "if" entry. | Jarkko Hietaniemi | 1998-11-29 | 1 | -2/+5 |
* | Better NetInfo behaviour. | Jarkko Hietaniemi | 1998-11-29 | 2 | -4/+4 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1998-11-29 | 71 | -1128/+3835 |
|\ | |||||
| * | prefer IO::Handle for IO if FileHandle:: is empty (as suggested by | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
| * | fix for pat.t failure under USE_THREADS | Gurusamy Sarathy | 1998-11-29 | 2 | -9/+6 |
| * | More C.pm tweaks | Nick Ing-Simmons | 1998-11-28 | 1 | -3/+15 |
| * | various tweaks; result passes all tests for normal build on Solaris; | Gurusamy Sarathy | 1998-11-28 | 6 | -19/+14 |
| * | add $config_args to perl -V display (suggested by Ilya Zakharevich) | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+1 |
| * | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1998-11-28 | 8 | -283/+421 |
| |\ | |/ |/| | |||||
* | | Revamp the locale tests. | Jarkko Hietaniemi | 1998-11-28 | 1 | -214/+312 |
* | | Change #2346 fallout. | Jarkko Hietaniemi | 1998-11-28 | 1 | -0/+5 |
* | | Locale collation, ctype, and numeric, were initialized wrong | Ilya Sandler | 1998-11-28 | 1 | -34/+22 |
* | | Change #2251 fixup. | Jarkko Hietaniemi | 1998-11-28 | 1 | -8/+0 |
* | | Integrate from mainperl. | Jarkko Hietaniemi | 1998-11-28 | 50 | -1559/+3431 |
|\ \ | |||||
* | | | Passwd and group file groveling. | Jarkko Hietaniemi | 1998-11-28 | 2 | -25/+80 |
* | | | Add -lm to dynix/ptx POSIX hints. | Martin J. Bligh | 1998-11-28 | 1 | -1/+1 |
* | | | Detypo. | Jarkko Hietaniemi | 1998-11-28 | 1 | -1/+1 |
* | | | Better LD_LIBRARY_PATH instructions for Bourneists. | Jarkko Hietaniemi | 1998-11-28 | 1 | -1/+1 |
| | * | Yet another OS/2 patch | Ilya Zakharevich | 1998-11-28 | 4 | -12/+18 |
| | * | Change $#+ | Ilya Zakharevich | 1998-11-28 | 3 | -13/+26 |
| | * | Finishing off SNOBOL: $1 in (?{}) | Ilya Zakharevich | 1998-11-28 | 7 | -14/+66 |
| | * | better -Mre=debugcolor | Ilya Zakharevich | 1998-11-28 | 4 | -1/+8 |
| | * | regcolors | Ilya Zakharevich | 1998-11-28 | 6 | -25/+40 |
| | * | allow final period in a file (not followed by a newline) to | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
| | * | Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>; | Gurusamy Sarathy | 1998-11-28 | 1 | -4/+8 |
| | * | applied suggested patch with PERL_OBJECT tweaks | Ilya Zakharevich | 1998-11-28 | 9 | -2/+104 |
| | * | additional documentation for qr// | Ilya Zakharevich | 1998-11-28 | 3 | -17/+42 |
| | * | Fix \G in REx without //g | Ilya Zakharevich | 1998-11-28 | 10 | -42/+95 |
| | * | update Test.pm to Test-1.12; tweak 're' detection | Gurusamy Sarathy | 1998-11-28 | 1 | -62/+76 |
| | * | avoid command-line quoting portability problems in lex_assign.t | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
| | * | PATCH: document English.pm sawampersand and thread issues | John Tobey | 1998-11-28 | 2 | -0/+29 |
| | * | fix uninitialized warnings | Brian Callaghan | 1998-11-28 | 1 | -5/+6 |
| | * | s/Array/List/ suggested by John Tobey | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
| | * | update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE | Gurusamy Sarathy | 1998-11-28 | 2 | -9/+37 |
| | * | add perlreftut.pod | Gurusamy Sarathy | 1998-11-28 | 9 | -3/+415 |
| | * | IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB(); | Gurusamy Sarathy | 1998-11-28 | 1 | -55/+9 |
| | * | add IO-1.20; mess with t/lib/io_*.t in an attempt to | Gurusamy Sarathy | 1998-11-28 | 25 | -909/+2885 |
| | * | Implement $^C to allow perl access to -c flag - I think this | Nick Ing-Simmons | 1998-11-28 | 2 | -0/+10 |
| |/ | |||||
| * | more conservative version of changes#2345,2346,2347; those break | Gurusamy Sarathy | 1998-11-28 | 2 | -3/+3 |
| * | tweak bogus test | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
| * | test cases for previous change | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+16 |
| * | fix typo in pp_defined() causing C<defined %tied> to fail | Gurusamy Sarathy | 1998-11-28 | 1 | -2/+2 |
| * | s/comment/comment_t/ tweak (suggested by John Gorman | Gurusamy Sarathy | 1998-11-28 | 2 | -2/+2 |
| * | add (stub) perldelta.pod | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+55 |
| * | rename perldelta.pod to perl5005delta.pod in preparation for | Gurusamy Sarathy | 1998-11-28 | 3 | -0/+3 |