summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | warnings::enabled() doesn't fall back to looking at $^W ifGurusamy Sarathy2000-05-282-2/+109
* | avoid warnings in POSIX.pm (from Barrie Slaymaker)Gurusamy Sarathy2000-05-281-2/+2
* | fix places that mean C<"word" character> but say C<alphanumericGurusamy Sarathy2000-05-283-5/+5
* | VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)Gurusamy Sarathy2000-05-281-1/+2
* | new perlxstut example for passing/returning refs to arraysGurusamy Sarathy2000-05-281-6/+141
* | call_method(...,G_EVAL) can longjmp() out if the method probingGurusamy Sarathy2000-05-282-13/+12
* | change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-289-22/+206
* | enable propagating exception objects via Perl_croak() in XS codeGurusamy Sarathy2000-05-281-13/+31
* | integrate vmsperl contents into mainlineGurusamy Sarathy2000-05-288-59/+91
|\ \
| * | Allow eliminate_macros() and fixpath() to handle space-delimitedCharles Bailey2000-05-251-0/+11
| * | Add missing escape (Charles Lane)Charles Bailey2000-05-251-1/+1
| * | Quiet error messages in vmsish.t (Charles Lane)Charles Bailey2000-05-251-0/+1
| * | Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)Charles Bailey2000-05-251-43/+34
| * | Treat sockets as special in sys(read|write) (Charles Lane et al.)Charles Bailey2000-05-251-0/+2
| * | Miscellaneous cosmetic fixes (Charles Lane)Charles Bailey2000-05-251-7/+25
| * | Add bounds checking for several strings (Charles Lane)Charles Bailey2000-05-251-4/+7
| * | Urk -- undo previous removal of vmsish 'exit' changeCharles Bailey2000-05-252-8/+16
| * | Ugly workaround for version-specific RTL errorCharles Bailey2000-05-241-0/+6
| * | Check for existence of file before trying to deleteCharles Bailey2000-05-241-1/+1
| * | Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-23380-7510/+50001
* | | clarify gotcha with #line directives (from Rocco CaputoGurusamy Sarathy2000-05-282-0/+10
* | | downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-2810-21/+140
| | * todo tweakJarkko Hietaniemi2000-05-231-1/+5
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-05-183-1/+11
| | |\ | |_|/ |/| |
* | | reenable fake signal handling on Windows, bugs and allGurusamy Sarathy2000-05-173-1/+11
| | * Tweak the todo list.Jarkko Hietaniemi2000-05-151-8/+13
| | * The (Configure) script refuses to go on, after asking forJarkko Hietaniemi2000-05-151-1/+1
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-05-1110-23/+68
| | |\ | |_|/ |/| |
* | | PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-1110-23/+68
| | * Test tweaking for Unicos continues.Jarkko Hietaniemi2000-05-091-19/+11
| | * The test suite tweak in #6101 wasn't quite right.Jarkko Hietaniemi2000-05-091-1/+1
| | * Hints and test tweaks for Unicos.Jarkko Hietaniemi2000-05-094-79/+120
| | * More compilation tweakery from Allen Smith.Jarkko Hietaniemi2000-05-081-1/+2
| | * Tweaks for the cc bugs from Allen Smith.Jarkko Hietaniemi2000-05-081-6/+9
| | * Add a note about other, yet unsupported, shadow password APIs.Jarkko Hietaniemi2000-05-081-0/+44
| | * Add a note about possible compilation problems from Allen Smith.Jarkko Hietaniemi2000-05-081-0/+6
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-05-087-128/+213
| | |\ | |_|/ |/| |
* | | cygwin update (from Eric Fifer <efifer@sanwaint.com>)Gurusamy Sarathy2000-05-085-125/+206
* | | fork() failure to create pseudo process sets errno=EAGAIN and returnsGurusamy Sarathy2000-05-083-3/+7
| | * Introduce NV_PRESERVED_BITS. Not yet used anywhere butJarkko Hietaniemi2000-05-085-6/+46
| | * Regen perltoc with the fixed buildtoc.Jarkko Hietaniemi2000-05-071-21/+19
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-05-078-35/+60
| | |\ | |_|/ |/| |
* | | concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-074-22/+43
* | | buildtoc tweak to fix newline lossageGurusamy Sarathy2000-05-071-1/+2
* | | reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-075-18/+21
| | * Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-0719-280/+220
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-05-0720-63/+2092
| | |\ | |_|/ |/| |
* | | repeat operator (x) doesn't preserve utf8-nessGurusamy Sarathy2000-05-072-6/+10
* | | substr() does not preserve utf8-ness (from Stefan EissingGurusamy Sarathy2000-05-072-5/+17
* | | note about undocumented caller() return value (from M.J.T. Guy);Gurusamy Sarathy2000-05-072-3/+7