summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-1698-99/+260
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Handle PERLIO= and document a bit.Jarkko Hietaniemi2003-04-163-10/+22
| | | p4raw-id: //depot/perl@19241
* Fix double join problem for those places where freeArtur Bergman2003-04-162-2/+15
| | | | | | actually means free (solaris for example :) Fixes bug #16681 p4raw-id: //depot/perl@19240
* Try to get the layers.t working also for dosish platforms.Jarkko Hietaniemi2003-04-162-8/+32
| | | p4raw-id: //depot/perl@19239
* A -C parsed from the #! line can still have line endings in it.Jarkko Hietaniemi2003-04-161-3/+4
| | | p4raw-id: //depot/perl@19238
* What does an empty PERLIO= mean, anyway?Jarkko Hietaniemi2003-04-161-1/+6
| | | p4raw-id: //depot/perl@19237
* Document the effect of thread creation context.Jarkko Hietaniemi2003-04-161-0/+7
| | | p4raw-id: //depot/perl@19236
* Use the right prototype and a glob is fine (from Rafael).Jarkko Hietaniemi2003-04-162-3/+3
| | | p4raw-id: //depot/perl@19235
* PerlIO::get_layers() usage tip.Jarkko Hietaniemi2003-04-161-4/+6
| | | p4raw-id: //depot/perl@19234
* Syntax terror.Jarkko Hietaniemi2003-04-161-1/+1
| | | p4raw-id: //depot/perl@19233
* Redundant test.Jarkko Hietaniemi2003-04-161-2/+1
| | | p4raw-id: //depot/perl@19232
* Synchronize the specifications of the POSIX characterJarkko Hietaniemi2003-04-165-39/+24
| | | | | | classes alnum, graph, and print closer to the planned Unicode proposal. p4raw-id: //depot/perl@19231
* Patch from Merijn.Jarkko Hietaniemi2003-04-161-4/+8
| | | p4raw-id: //depot/perl@19230
* Thinko in modfl detection.Jarkko Hietaniemi2003-04-161-3/+3
| | | p4raw-id: //depot/perl@19228
* [#17040] Storable now handles self-tied scalars with NULL mg_obj.Abhijit Menon-Sen2003-04-161-5/+16
| | | p4raw-id: //depot/perl@19227
* Upgrade to Pod::LaTeX 0.55.Jarkko Hietaniemi2003-04-154-210/+404
| | | p4raw-id: //depot/perl@19226
* The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.Jarkko Hietaniemi2003-04-151-701/+736
| | | p4raw-id: //depot/perl@19224
* Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.Jarkko Hietaniemi2003-04-151-3/+5
| | | p4raw-id: //depot/perl@19223
* False alarm: no cyclic dependency.Jarkko Hietaniemi2003-04-151-45/+45
| | | p4raw-id: //depot/perl@19221
* Backport of _most_ of the changes in #19218: not one bigJarkko Hietaniemi2003-04-152-199/+166
| | | | | cyclic dependency, though, it must be broken up somehow. p4raw-id: //depot/perl@19219
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-156-182/+302
| | | | | | | (Also spreads more <stdlib.h> joy.) Needs backporting to metaconfig units and introducing the new symbols to non-Configure lands. p4raw-id: //depot/perl@19218
* Don't skip the whole test for PERLIO=perlio.Jarkko Hietaniemi2003-04-151-11/+20
| | | p4raw-id: //depot/perl@19217
* Add a test for [perl #17753].Jarkko Hietaniemi2003-04-151-1/+7
| | | p4raw-id: //depot/perl@19215
* [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.Jarkko Hietaniemi2003-04-153-10/+10
| | | p4raw-id: //depot/perl@19214
* Ook, run tests on correct build-dir next time.Artur Bergman2003-04-141-1/+1
| | | | | | We must check if the hv is a stash, otherwise we try to delete something that is a HvNAME of null..... tests pass better now p4raw-id: //depot/perl@19213
* Fixes to bugs introduced by PL_stashcacheArtur Bergman2003-04-143-8/+10
| | | | | | | | | | | A) Follow suggestion by Benjamin Goldberg to use hv_delete instead of hv_delete_ent to avoid creating a temporary SV B) Don't increment the refcount, sneak it into an IV instead C) When a GP is a deleted that contains a stash, remove the corresponding entry since hv might be in use in other places. D) Note that no test cases test the deletion of packages to catch this bug. p4raw-id: //depot/perl@19212
* Mention that "make test_harness" lets messages sent throughRafael Garcia-Suarez2003-04-141-1/+2
| | | | | | standard error out. Complements change #19206. p4raw-link: @19206 on //depot/perl: 244d9cb7d1d2e3a6aaa13f677e17b42673b10de9 p4raw-id: //depot/perl@19211
* Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl ↵Inaba Hiroto2003-04-142-5/+12
| | | | | | | | | | #17757] Date: Fri, 21 Mar 2003 17:35:21 +0900 Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp> Date: Sat, 22 Mar 2003 11:28:05 +0900 Message-ID: <3E7BCA34.6824269F@st.rim.or.jp> p4raw-id: //depot/perl@19210
* PERLIO=perlio requires extra steps.Jarkko Hietaniemi2003-04-142-4/+10
| | | p4raw-id: //depot/perl@19209
* Skip as early as possible if no perlio since theJarkko Hietaniemi2003-04-141-3/+8
| | | | | use open would be compile-time. p4raw-id: //depot/perl@19208
* Document and test autovivified dirhandles.Nathan Torkington2003-04-142-9/+19
| | | | | | | Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod From: Nathan Torkington (via RT) <perlbug-followup@perl.org> Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org> p4raw-id: //depot/perl@19207
* More docs about running tests and the test suite.Rafael Garcia-Suarez2003-04-143-5/+69
| | | | | | Update perlhack.pod in various places. Add 'test_harness' as a .PHONY dependency in the Makefile. p4raw-id: //depot/perl@19206
* Build get_layers() also under -Uuseperlio.Jarkko Hietaniemi2003-04-141-0/+2
| | | p4raw-id: //depot/perl@19205
* Bump up the version and admonish against aspiring (ab)use.Jarkko Hietaniemi2003-04-141-1/+7
| | | p4raw-id: //depot/perl@19204
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-147-7/+347
| | | | | at the PerlIO layer stack. p4raw-id: //depot/perl@19203
* vms/vms.c waitpid tweakCraig A. Berry2003-04-141-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E9A4A64.6030205@mac.com> p4raw-id: //depot/perl@19202
* Fix bug #16253, use all the CPU that we can :-)Artur Bergman2003-04-131-0/+1
| | | p4raw-id: //depot/perl@19201
* Fix bug #15893 by creating shared scalars with a refcount of 1Artur Bergman2003-04-131-2/+5
| | | | | instead of 2 and make push and pop increase the refcount. p4raw-id: //depot/perl@19200
* Because we chdir to 'Big-Dummy' the lib/utf8.pm may be atJarkko Hietaniemi2003-04-131-1/+1
| | | | | | ../../lib for the lc() at line 66 (UTF-8 data possible if using UTF-8 locales). p4raw-id: //depot/perl@19199
* The lib/ipc_sysv.t test has a new name.Jarkko Hietaniemi2003-04-131-3/+3
| | | p4raw-id: //depot/perl@19198
* Continue hunting for the cause of the Tru64 failed threaded smokesJarkko Hietaniemi2003-04-131-1/+1
| | | | | | | | | | most probably introduced by the change #19157. The tweak suggested by Stephen McCamant trades a possible dangling pointer (CopFILE() is tricky like that with threads) to a memory leak. (This means that this tweak shouldn't be left in as-is, but if this helps, we at least know that the failure was caused by the #19157.) p4raw-link: @19157 on //depot/perl: 3871c2ef9aa1dfeba4631a17efdbf486012d47a6 p4raw-id: //depot/perl@19197
* Upgrade to Net::Ping 2.29.Jarkko Hietaniemi2003-04-135-368/+145
| | | p4raw-id: //depot/perl@19196
* Upgrade to Test::Harness 2.27_04.Jarkko Hietaniemi2003-04-136-5/+46
| | | p4raw-id: //depot/perl@19195
* Darwin/Rhapsody hints files updates by Wilfredo SánchezRafael Garcia-Suarez2003-04-122-41/+99
| | | p4raw-id: //depot/perl@19194
* The debugging aid #19182 didn't.Jarkko Hietaniemi2003-04-121-6/+1
| | | p4raw-id: //depot/perl@19192
* Benchmark nit from Nicholas Clark (in OpenBSD the result couldJarkko Hietaniemi2003-04-121-2/+2
| | | | | be a negative zero, -0). p4raw-id: //depot/perl@19191
* MakeMaker 6.10_02 -> 6.10_03Michael G. Schwern2003-04-1211-55/+80
| | | | | Message-ID: <20030411073202.GC5916@windhund.schwern.org> p4raw-id: //depot/perl@19190
* Peter Scott suggests that the docs for base.pm shouldRafael Garcia-Suarez2003-04-101-6/+6
| | | | | | state explicitely that base.pm doesn't call import() on base classes. Plus a few typos. p4raw-id: //depot/perl@19189
* PerlFAQ sync.Rafael Garcia-Suarez2003-04-105-46/+108
| | | p4raw-id: //depot/perl@19188
* Fix bug #21914, 3-arg open + local $fh + strict coredump.Rafael Garcia-Suarez2003-04-102-1/+12
| | | | | | | | | | | There used to be a nullstash (%{"<none>::"}) to hold illegal variables under strict 'vars'. It has been removed by change #17942. This can lead to segfaults during the parsing, because some illegal variables might have been discarded before the compilation of the current statement had completed. Bug analysis and test case by Enache Adrian. p4raw-link: @17942 on //depot/perl: de11ba31bba9f0eef0f76239d1d93a010926d6cf p4raw-id: //depot/perl@19187