| Commit message (Expand) | Author | Age | Files | Lines |
* | a modified version of suggested patch for pack template 'Z'; added docs | Valeriy E. Ushakov | 1999-02-09 | 1 | -25/+64 |
* | properly prototype check parenthesized unary ops (e.g. defined(&a,&b)) | Gurusamy Sarathy | 1999-02-07 | 1 | -0/+17 |
* | sample checksum code in "perlfunc" man page is wrong | Jonathan I. Kamens | 1999-02-01 | 1 | -2/+2 |
* | integrate cfgperl changes into mainline, fix conflicts | Gurusamy Sarathy | 1999-01-17 | 1 | -120/+30 |
|\ |
|
| * | REV2: Binary number support | Wilson P. Snyder II | 1998-12-31 | 1 | -2/+4 |
| * | Undo #2386 and #2205. | Jarkko Hietaniemi | 1998-12-15 | 1 | -113/+21 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1998-12-08 | 1 | -2/+2 |
| |\ |
|
| * | | s/\bthe the\b/the/g *.pod | Jarkko Hietaniemi | 1998-12-03 | 1 | -1/+1 |
| * | | Fix most of the bad L<> links of | Tom Christiansen | 1998-12-02 | 1 | -4/+4 |
* | | | a few doc typos | Gurusamy Sarathy | 1999-01-17 | 1 | -1/+2 |
| |/
|/| |
|
* | | fix outdated/incorrect info about arbitrary limits | Gurusamy Sarathy | 1998-12-06 | 1 | -2/+2 |
|/ |
|
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+5 |
|\ |
|
| * | Tune the "if" entry. | Jarkko Hietaniemi | 1998-11-29 | 1 | -2/+5 |
* | | backout change#2334 | Gurusamy Sarathy | 1998-11-29 | 1 | -3/+4 |
|/ |
|
* | additional documentation for qr// | Ilya Zakharevich | 1998-11-28 | 1 | -1/+1 |
* | update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE | Gurusamy Sarathy | 1998-11-28 | 1 | -9/+33 |
* | s/Regexp/re/ and clarify policy on lowercased object namespaces | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+6 |
* | document changed PERL_HASH() | Gurusamy Sarathy | 1998-11-28 | 1 | -11/+22 |
* | -x should be C<-x>, reported by Gerben Wierda. | Jarkko Hietaniemi | 1998-11-22 | 1 | -1/+1 |
* | integrate changes#2120,2168,2218 from maint-5.005; | Gurusamy Sarathy | 1998-11-08 | 1 | -1/+1 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1998-11-08 | 1 | -23/+118 |
|\ |
|
| * | Document all the control flow keywords in perlfunc | Jarkko Hietaniemi | 1998-11-05 | 1 | -21/+110 |
| * | Document quads in pack. | Jarkko Hietaniemi | 1998-11-03 | 1 | -0/+6 |
| * | VM/ESA updates. | Jarkko Hietaniemi | 1998-11-03 | 1 | -2/+2 |
* | | set close-on-exec bit on pipe() FDs | Gurusamy Sarathy | 1998-11-08 | 1 | -1/+7 |
|/ |
|
* | mention the C<$SIG{CHLD} = 'IGNORE'> special case | Gurusamy Sarathy | 1998-10-30 | 1 | -2/+4 |
* | list builtins with portability caveats | Jarkko Hietaniemi | 1998-10-25 | 1 | -0/+28 |
* | include eof() in description of buffering caveats | Anton Berezin | 1998-10-25 | 1 | -18/+19 |
* | applied suggested patch with small doc tweak | Gisle Aas | 1998-10-17 | 1 | -1/+4 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -11/+28 |
* | 5.005_02 perlfunc.pod, improve umask entry | Nathan Torkington | 1998-09-24 | 1 | -19/+41 |
* | seed srand from /dev/urandom when possible | Roderick Schertler | 1998-09-23 | 1 | -1/+2 |
* | doc update for crypt()'s salt | Roderick Schertler | 1998-09-23 | 1 | -3/+9 |
* | document non-loopish blocks better | M. J. T. Guy | 1998-09-23 | 1 | -0/+16 |
* | integrate maint-5.005 changes (except conflicting change#1794) | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
|\ |
|
| * | Fix typo, change "an array" to "a hash" | M. J. T. Guy | 1998-09-20 | 1 | -1/+1 |
* | | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -2/+13 |
|\ \
| |/ |
|
| * | add index entries for -X | Ilya Zakharevich | 1998-08-05 | 1 | -0/+2 |
| * | explain caveat about use of numeric constants in podoc for sysopen() | David J. Fiander | 1998-08-05 | 1 | -2/+5 |
| * | document return values of do() better | M. J. T. Guy | 1998-08-02 | 1 | -0/+6 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -12/+21 |
|/ |
|
* | pod tweak suggested by Ilya | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | documentation tweaks from Abigail <abigail@fnx.com> | Gurusamy Sarathy | 1998-07-21 | 1 | -78/+89 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 1 | -4/+9 |
* | consistently refer to functions as C<foo()> | Abigail | 1998-07-14 | 1 | -83/+83 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -1/+3 |
* | applied patch for perlfunc tweaks, removed reference to system qsort() | Abigail | 1998-07-11 | 1 | -546/+566 |
* | add extension to support SysV IPC | Jarkko Hietaniemi | 1998-07-08 | 1 | -21/+41 |
* | per Larry suggestion, toss change#1327 and fix the documentation | Gurusamy Sarathy | 1998-07-06 | 1 | -1/+1 |
* | make read() return undef on errors as documented, and clarify docs | Gurusamy Sarathy | 1998-07-05 | 1 | -13/+15 |