summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [asperl] added AS patch#3Douglas Lankshear1998-02-0132-173/+451
| | | | | | | | | | | | | | | | Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com> To: "'Gurusamy Sarathy'" <gsar@umich.edu> Here's an additional diff against //depot/asperl The field name mg_length was changed back to mg_len The function name mg_len was change to mg_length The need for sort_mutex removed thanks to the code derived from Tom Horsley's work. -- Doug p4raw-id: //depot/asperl@451
* [asperl] various tweaksGurusamy Sarathy1998-01-303-11/+25
| | | | | | - add new functions to proto.h - fix up makefile.mk for $(OBJECT) p4raw-id: //depot/asperl@450
* [asperl] fix up missing patches from AS patch#2Gurusamy Sarathy1998-01-308-105/+259
| | | p4raw-id: //depot/asperl@449
* [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-3082-2271/+3865
|\ | | | | p4raw-id: //depot/asperl@445
| * [win32] integrate winansiGurusamy Sarathy1998-01-308-22/+488
| |\ | | | | | | p4raw-id: //depot/win32/perl@440
| | * Gisle's av_unshift tweak, two small patches from chipNick Ing-Simmons1998-01-244-22/+29
| | | | | | | | | | | | | | | | | | and check for NULL in hv_delete in case '~' and tie magic are present p4raw-id: //depot/ansiperl@438
| | * Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris. Nick Ing-Simmons1998-01-243-26/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | Ugh! ... Macros were unsuitable for declaring the functions, extra () round parameters removed - non-function forms of PerlXxx_yyyy() need to add () themselves. Need to include perlmem.h in util.c (at least) if not using Perl's malloc. p4raw-id: //depot/ansiperl@437
| | * Integrate win32 into ansiperlNick Ing-Simmons1998-01-2444-443/+868
| | |\ | | |/ | |/| p4raw-id: //depot/ansiperl@436
| * | [win32] s/PerlENV/PerlEnv/ just to be consistentGurusamy Sarathy1998-01-196-20/+20
| | | | | | | | | p4raw-id: //depot/win32/perl@434
| * | [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-1918-222/+358
| | | | | | | | | p4raw-id: //depot/win32/perl@433
| * | [win32] integrate mainlineGurusamy Sarathy1998-01-190-0/+0
| |\ \ | | | | | | | | p4raw-id: //depot/win32/perl@432
| * \ \ [win32] integrate changes in winansiGurusamy Sarathy1998-01-1933-380/+1162
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/win32/perl@431
| * | | | [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-1912-80/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu> Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@430
| * | | | [win32] fix MakeMaker installbin problemGurusamy Sarathy1998-01-141-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu> Subject: Re: can't modify message with HTML-Stream, v.1.42 p4raw-id: //depot/win32/perl@423
| * | | | [win32] add archname to *sitearch in config.{b,g,v}cGurusamy Sarathy1998-01-133-9/+9
| | | | | | | | | | | | | | | p4raw-id: //depot/win32/perl@422
| * | | | [win32] set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)Gurusamy Sarathy1998-01-131-0/+1
| | | | | | | | | | | | | | | p4raw-id: //depot/win32/perl@421
| * | | | [win32] fix perlglob.bat warnings by splitting it from File::DosGlobGurusamy Sarathy1998-01-136-53/+73
| | | | | | | | | | | | | | | p4raw-id: //depot/win32/perl@417
| * | | | [win32] various tweaks to build support (NOTE: meant for 5.004_57)Gurusamy Sarathy1998-01-139-73/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - build and install x2p - fix installperl warnings on win32 - `make install` now does puts the archlibs in right places - makefiles don't default to USE_THREADS anymore - sync config.{b,g,v}c - sync makefile.mk -> Makefile p4raw-id: //depot/win32/perl@416
| | | | * Add perlhist.podNick Ing-Simmons1998-01-242-0/+452
| | | |/ | | |/| | | | | p4raw-id: //depot/ansiperl@435
| | * | 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"Spider Boardman1998-01-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org It turns out that the potential for the "CONFIG key 'exe_ext' does not exist in Config.pm" problem has been around for a while, in the definition of SvTRUE(). It's just that non-gcc compilers are more or less being built as CRIPPLED_CC when USE_THREADS is defined (even if they can inline things). The inline macro for SvTRUE works with tied hashes and the EXISTS method, and the functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04) does not, because it adds an excess mg_get() which replaces the EXISTS result with a FETCH result. p4raw-id: //depot/ansiperl@429
| | * | Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>Robin Barker1998-01-174-5/+5
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@428
| | * | Permit tie ?foo,$object Nick Ing-Simmons1998-01-171-107/+40
| | | | | | | | | | | | | | | | | | | | | | | | tidy up dead #ifdef ORIGINAL_TIE) Remove 'P' magic from hash, before adding new one in dbm_open like tie does. p4raw-id: //depot/ansiperl@427
| | * | First working TIEARRAY and other misc tie fixesNick Ing-Simmons1998-01-154-107/+123
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@426
| | * | Not working yet - split problems ...Nick Ing-Simmons1998-01-143-23/+63
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@425
| | * | TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-1417-76/+418
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@424
| | * | tiearray tweaksNick Ing-Simmons1998-01-134-4/+9
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@420
| | * | Skeleton Tie::ArrayNick Ing-Simmons1998-01-131-0/+40
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@419
| | * | tie array changes to core and testsNick Ing-Simmons1998-01-1322-158/+565
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@418
| | * | Integrate win32 into ansiperlNick Ing-Simmons1998-01-111-12/+12
| | |\ \ | | |/ / | |/| | p4raw-id: //depot/ansiperl@415
| * | | [win32] change#398 breaks ENV_IS_CASELESS, fix itGurusamy Sarathy1998-01-081-12/+12
| | | | | | | | | | | | | | | | | | | | p4raw-link: @398 on //depot/perl: 0a0bb7c7269ef911ca3981a2b5365150a9ad4cfe p4raw-id: //depot/win32/perl@412
| * | | [win32] Integrate mainlineGurusamy Sarathy1998-01-0824-1388/+1603
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/win32/perl@411
| | | * \ Integratye mainline -> ansiperlNick Ing-Simmons1998-01-1125-1399/+1627
| | | |\ \ | | | | |/ | | | | | p4raw-id: //depot/ansiperl@414
| | | | * Add missing blank line in pod/perlfunc.pod.Malcolm Beattie1998-01-091-0/+1
| | | |/ | | |/| | | | | p4raw-id: //depot/perl@413
| | * | Fix thinko in t/pragma/locale.t:Jarkko Hietaniemi1998-01-081-4/+4
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] _04 or _56: locale.t p4raw-id: //depot/perl@410
| | * | Use Tom Horley's qsort for sorting:Hans Mulder1998-01-081-24/+688
| | | | | | | | | | | | | | | | | | | | Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5 p4raw-id: //depot/perl@409
| | * | Make s2p not use cpp:Hans Mulder1998-01-081-26/+18
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH for 5.004_56] s2p shouldn't use cpp p4raw-id: //depot/perl@408
| | * | DG/UX tweaks to perl.h:Roderick Schertler1998-01-081-2/+5
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] _56 on dgux without threads p4raw-id: //depot/perl@407
| | * | Configure and hints/dec_osf.sh changes for Digital UNIX:Spider Boardman1998-01-082-8/+50
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13) p4raw-id: //depot/perl@406
| | * | Missing "" in Configure echo for gethbadd_addr_type.Malcolm Beattie1998-01-081-1/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@405
| | * | print/printf/... over-eager mg_find for glob magic:Gurusamy Sarathy1998-01-082-5/+5
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] fix inefficient checks for TIEHANDLE p4raw-id: //depot/perl@404
| | * | Assorted VMS patches (mostly VMS makefile update for new headers):Charles Bailey1998-01-0810-738/+175
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] VMS update for 5.004_56 p4raw-id: //depot/perl@403
| | * | Fix utils/perldoc.PL for dos-djgpp:Molnar Laszlo1998-01-081-3/+9
| | | | | | | | | | | | | | | | | | | | Subject: 5.004_56: perldoc.PL dos-djgpp patches p4raw-id: //depot/perl@402
| | * | Version 2.13 of GetoptLong:Johan Vromans1998-01-081-553/+595
| | | | | | | | | | | | | | | | | | | | Subject: Re: ANNOUNCE: perl 5.004_56 is available p4raw-id: //depot/perl@401
| | * | Fix variable export and threading configuration for AIX:Jarkko Hietaniemi1998-01-082-7/+17
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads p4raw-id: //depot/perl@400
| | * | Regexp fix: (?>a+)b doesn't match aaab:Ilya Zakharevich1998-01-082-1/+6
| | | | | | | | | | | | | | | | | | | | Subject: Re: Regexp [PATCH] 5.004_56 (?>...) p4raw-id: //depot/perl@399
| | * | Fix hv_delete for 'm'-magic. Based on following patch, modifiedOwen Taylor1998-01-081-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | to cope with ENV_IS_CASELESS: Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic p4raw-id: //depot/perl@398
| | * | Integrate win32 branch into mainline.Malcolm Beattie1998-01-0841-385/+972
| | |\ \ | | |/ / | |/| | p4raw-id: //depot/perl@397
| | | * Integrate win32 branchNick Ing-Simmons1998-01-0731-255/+635
| | | |\ | | | | | | | | | | p4raw-id: //depot/ansiperl@395
| | | * \ Resolve ansiperl against win32Nick Ing-Simmons1997-12-2924-151/+352
| | | |\ \ | | | | | | | | | | | | p4raw-id: //depot/ansiperl@389
| | | * \ \ Resolve against mainlineNick Ing-Simmons1997-12-1881-659/+2570
| | | |\ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@376