summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pp.c uses 'unsigned Quad_t'Horst von Brand1998-11-181-7/+7
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+4
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-14/+17
* remove doubled hunk from integrationGurusamy Sarathy1998-10-281-7/+0
* integrate cfgperl into mainlineGurusamy Sarathy1998-10-281-0/+7
|\
| * Bring in #2102.Jarkko Hietaniemi1998-10-281-4/+24
| * Removed !(*s & 0x80) from pp_quotemeta(), introduced afterJarkko Hietaniemi1998-10-261-1/+1
* | utf8 change to quotemeta broke EBCDICLarry Wall1998-10-271-4/+24
|/
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+1
* ord() and unpack("U*",...) should not be negativeGisle Aas1998-10-251-5/+5
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-8/+8
* avoid the circular refcnt logic in magic_mutexfree()Gurusamy Sarathy1998-10-251-1/+0
* chr(0xFFFFFFFF) didn't translate to utf8 characterLarry Wall1998-10-231-1/+1
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-0/+4
* fix buggy treatment of large checksums on unicode stringsGisle Aas1998-10-171-2/+5
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-22/+12
* seed srand from /dev/urandom when possibleRoderick Schertler1998-09-231-2/+31
* integrate maint-5.005 changes (except conflicting change#1794)Gurusamy Sarathy1998-09-231-1/+1
|\
| * fix for unpack('u') failures on OS/390Peter Prymmer1998-09-201-1/+1
* | tr/// logic was hosed under utf8Larry Wall1998-09-051-1/+1
* | various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-25/+26
* | lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-20/+23
* | fix double free on -Mutf8 -e '$b=uc("")'Larry Wall1998-08-081-2/+8
* | substr() assumes utf8 without say-soLarry Wall1998-08-081-0/+2
* | integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-26/+61
|\ \ | |/
| * tweak to avoid ambiguity warningsGurusamy Sarathy1998-08-041-3/+3
| * fix unpack('u',...) problem with spaces in inputGurusamy Sarathy1998-08-021-2/+2
| * fix longstanding bug in pack('u',...) (reads garbage beyond the endGurusamy Sarathy1998-08-021-1/+9
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-2/+2
| * support OE/MVSJarkko Hietaniemi1998-08-021-24/+51
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-29/+252
|/
* support optional crypt() with PERL_OBJECTDouglas Lankshear1998-07-221-1/+1