2001-10-26 |
Artur Bergman |
Extend support of change #12672 to support arrays and... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Artur Bergman |
Fix case where shared reference does not exist in curre... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Artur Bergman |
Support for references in shared arrays. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Artur Bergman |
Add tests for references in hashes. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Richard Soderberg |
Fix sharedsv.c compile-time warnings. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Jarkko Hietaniemi |
Integrate change #12664 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Chris Nandor |
perl.h for Mac OS (Classic) |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
AUTHORS update. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Integrate change #12660 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Paul Marquess |
DB_File-1.79 |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Michael G.... |
Re: [ID 20011025.054] Segmentation fault when using... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
STRLEN != int. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Nicholas Clark |
remove small IVop redundancy |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Andy Dougherty |
Re: Not OK @12650 |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Integrate changes #12652 and #12653 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Andy Dougherty |
Re: ithreads doesn't like usedl=n |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Getting fancier... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
csh - what a pain. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Allow resetting the locale system for the duration |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Update the MD5 checksum of MD5.xs (caused by #12642) |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Andy Dougherty |
Omit needless calls to pod2man (perl@12641) |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Artur Bergman |
Add support for reference members of hashes. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Norton Allen |
ext/Digest/MD5/MD5.xs RFC typo |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Artur Bergman |
Tests shared hashes. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Artur Bergman |
Fix threadcounts for arrays and hashes. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Artur Bergman |
Note to self, doing *src_ary++ in a macro that evaluates |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Integrate change #12636 from maintperl; more dl fixups. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Like dl_hpux, like dl_dld. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Fixes for #12627. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
Since pv_uni_display and sv_uni_display are now used |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Charles Lane |
Re: [PATCH Perl@12567] debug /list |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jarkko Hietaniemi |
This takes care of some of the re 'debug' cases but |
commit | commitdiff | tree | snapshot |
2001-10-25 |
John Peacock |
- was RE: [PATCH perl@12443] VMS64-bitconfigure |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Upgrade NetWare and WinCE as in #12626. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Tru64 compiler nit. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Integrate change #12626 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Artur Bergman |
Change #12623 inflicted an infinite hang. Fixed. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Artur Bergman |
Adds support for hashes. Neither hashes nor arrays... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Artur Bergman |
We need to do sharedsv_find in the original perl context. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Artur Bergman |
Add support for basic support for AVs, references not... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Dump Unicode better for re 'debug'. The regprop() |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Artur Bergman |
Add support for finding shared arrays and hashes. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Rewrite sv_uni_display() as pv_uni_display() as |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Integrate change #12615 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jarkko Hietaniemi |
Don't try to print ints as IVs. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Artur Bergman |
We only need to fetch the SV from the backend if the... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Negation and Unicode: sort of solves 20010303.010, |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Make the "isn't numeric" warning to show Unicode as... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
sv_uni_display(): do not add the "...", let the caller |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Artur Bergman |
Change #12607 introduced a bug, seems like some MAGICAL SVs |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Croak() on negative time; doc tweaks. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
FAQ sync. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Artur Bergman |
Call setmagic on the referent we are blessing. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Small test nits. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Make the PerlIO_init() prototypes consistent. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Upping the test count is a good idea. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Document the final sigma spot. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
Fix multicharacter titlecase (ucfirst). |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Mikhail Zabaluev |
one more touch on File::Temp |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jarkko Hietaniemi |
MacOS Classic updates from Pudge. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Nikola Knezevic |
AutoSplit.t now passes (partialy) on Win32 |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
At some point the #6234 has been lost from the mainline |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Cygwin seems to round up (or closest, but not down) |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
MacOS Classic timeofday(), from Chris Nandor. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Integrate changes #12580 and #12581 from macperl; |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
No domainname(1) in Cygwin, either, and the 2>/dev... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Taint the getcwd() result also in Cygwin. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Pretty hard for eval { setpwent(); getpwent(); 1 }... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
getpwuid() fragility continues. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
getpwuid() might succeed but that's no guarantee |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
It's safer to to expand the variable, too... (see ... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Craig A. Berry |
configure.com: no threads/shared without ithreads |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
A user might belong to only a single group |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Prepending (instead of replacing with) the pwd is safer. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Be more robust if no hostname or domainname |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Artur Bergman |
Flush IO buffers before starting a thread, this mimics... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Michael G.... |
Undeprecating $] |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Pod nits, as suggested by Stas Bekman. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Paul Marquess |
Fix for FETCH/NEXTKEY problem in all *DB*_File modules |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Integrate change #12559 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Integrate change #12560 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jarkko Hietaniemi |
Integrate changes #12549 and #12550 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Nick Ing-Simmons |
Integrate ithreads buffer flush fix from perlio |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Nick Ing-Simmons |
All tests pass (legitimately) on ithreads |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Nick Ing-Simmons |
Integrate non-ithreads fix to mainline |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Nick Ing-Simmons |
Restore non-ithreads build. Interestingly binmode test... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Jarkko Hietaniemi |
Integrate from perlio; restructuring. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Nick Ing-Simmons |
Win32 PerlIO_cleanup special cases should no longer... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Nick Ing-Simmons |
Multiple win32io.o is fatal for GCC (and noise with... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Nick Ing-Simmons |
Convert rest of PerlIO's memory tables to per-interp... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Jarkko Hietaniemi |
Implement multicharacter case mappings where a single |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Artur Bergman |
First support of threads::shared, support shared svs... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Nick Ing-Simmons |
PerlIO layer table as PL_perlio (per-interpreter) |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Jarkko Hietaniemi |
Prettyprinting. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Sean M. Burke |
perlpodspec and perlpod rewrite, draft 3 "final" |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Nick Ing-Simmons |
Fix typos in new locking on MemShared |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Nick Ing-Simmons |
Remove the MemShared re-#define (again) |
commit | commitdiff | tree | snapshot |
next |