summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Manual synchronization with Sarathy (some filesJarkko Hietaniemi1999-07-111-6/+12
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-081-4/+5
|\
| * more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
| * fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-3/+4
* | Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-071-2/+3
|\ \ | |/
| * lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+3
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-071-4/+4
|\ \ | |/
| * fix int vs STRLEN issueGurusamy Sarathy1999-07-061-4/+4
| * applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-10/+16
| * slightly tweaked version of suggested patchDan Sugalski1999-07-061-39/+39
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-061-118/+125
| |\
* | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-49/+55
| |/ |/|
* | pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().Jan Starzynski1999-07-041-124/+125
|/
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-8/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-70/+70
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-20/+14
* remove _() non-ansismGurusamy Sarathy1999-06-021-4/+4
* REx engine improvementsIlya Zakharevich1999-05-251-10/+11
* various little nitsGurusamy Sarathy1999-05-201-1/+1
* emit more appropriate diagnostic for failed glob (variantGurusamy Sarathy1999-05-171-1/+1
* better range-checking on list slices, with testHugo van der Sanden1999-05-121-10/+7
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+1
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-3/+3
* pp_modulo comment tweak from IlyaGurusamy Sarathy1999-05-101-11/+6
* avoid temporary files named 'tmp'Gurusamy Sarathy1999-05-081-1/+0
* Tweaks to open(my $fh,...) stuffNick Ing-Simmons1999-05-081-5/+8
* Implement open( my $fh, ...) and similar.Nick Ing-Simmons1999-05-071-1/+21
* Make % use fmod()Ilya Zakharevich1999-05-071-39/+90
* fix buggy reference count on refs to SVs with autoviv magicGurusamy Sarathy1999-04-251-0/+2
* Add information about the two DEC C compiler optimizer bugsJarkko Hietaniemi1999-04-131-7/+21
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-6/+6
* remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-18/+8
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* Use '!' to mark native integer packings instead of '_'.Jarkko Hietaniemi1999-03-031-4/+4
* Snapshot the cross-compilation/multiarchitecture stuffJarkko Hietaniemi1999-02-221-0/+3
* pack/unpack better in (network-)short-non-16-bits andJarkko Hietaniemi1999-02-191-1/+17
* Enhance the packnative patch: use the packnative codeJarkko Hietaniemi1999-02-151-16/+85
* support native integers, pack("L_",...) etc. (via private mail)Jarkko Hietaniemi1999-02-151-85/+254
* remove OVERLOAD conditionalsJan Dubois1999-02-121-2/+0
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-6/+24
* a modified version of suggested patch for pack template 'Z'; added docsValeriy E. Ushakov1999-02-091-6/+15
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-39/+33
* Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) Achim Bohnet1999-01-211-0/+11
* bogus assert()Gurusamy Sarathy1999-01-171-6/+2
* REV2: Binary number supportWilson P. Snyder II1998-12-311-0/+2
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-19/+32
* Fix \G in REx without //gIlya Zakharevich1998-11-281-1/+1
* more conservative version of changes#2345,2346,2347; those breakGurusamy Sarathy1998-11-281-2/+2
* fix typo in pp_defined() causing C<defined %tied> to failGurusamy Sarathy1998-11-281-2/+2
* make $1 et al readonly under threads; make C<undef $1> fail likeGurusamy Sarathy1998-11-281-2/+5