summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-46/+18
* Re:chromatic2001-09-231-1/+4
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-1/+1
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-12/+26
* Make crypt() do something more sane for UnicodeJarkko Hietaniemi2001-09-031-1/+17
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-1/+1
* pp_moduloNicholas Clark2001-08-301-39/+67
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-8/+8
* 64 bit integer preserving pp_divideNicholas Clark2001-08-221-20/+102
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+2
* Fix for 20010407.008 sprintf removes utf8-ness.Jarkko Hietaniemi2001-08-161-0/+2
* pp_lock Arthur Bergman2001-08-151-0/+5
* Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.Jarkko Hietaniemi2001-08-111-4/+8
* (retracted by 13077)Robin Houston2001-08-111-2/+4
* [patch] ithreads + refto fix improvementDoug MacEachern2001-08-021-2/+2
* [patch] ithreads + refto bugDoug MacEachern2001-08-011-1/+1
* split()'s unused captures should be undef, not ''Jeff Pinyan2001-07-291-2/+6
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-2/+2
* Fixes compile errors in four filesRichard Soderberg2001-06-291-1/+1
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-1/+1
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1813/+0
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-081-0/+18
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-13/+13
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-10/+10
* Based onSimon Cozens2001-05-251-3/+20
* [LARGE!] symbolic magicDave Mitchell2001-05-201-14/+17
* Fix for 20010514.037; substr() didn't invalidate the localeJarkko Hietaniemi2001-05-151-0/+3
* Reference cmp'ing should go through the whole stringificationJarkko Hietaniemi2001-05-141-6/+0
* bug 20010423.002Robin Houston2001-04-231-1/+3
* prototype("CORE::recv")Simon Cozens2001-04-111-2/+4
* bleadperl / hex ignores variable length and/or tr doesn't null terminate ( ...David Dyck2001-04-051-11/+11
* pp_ne() needs a CORRECT boolean.Jarkko Hietaniemi2001-03-281-1/+1
* pp_ne() needs a boolean, not an integer.Jarkko Hietaniemi2001-03-281-2/+2
* (Retracted by #9404.)Jarkko Hietaniemi2001-03-281-1/+1
* Extend the SvROK() testing also to pp_ne(), pointed out byJarkko Hietaniemi2001-03-281-0/+6
* pp_ncmp() and pp_scmp() should return numeric values, not booleans.Jarkko Hietaniemi2001-03-261-2/+2
* Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).Jarkko Hietaniemi2001-03-261-0/+12
* Re: B::Deparse bug (5.6.0)Robin Houston2001-03-241-0/+10
* The #9270 would have leaked a scalar if pp_substr()Jarkko Hietaniemi2001-03-211-7/+11
* Continue 4-arg substr() UTF-8 fixage.Jarkko Hietaniemi2001-03-211-13/+29
* substr($bytestr, i, n, $charstr)Jarkko Hietaniemi2001-03-191-1/+6
* Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANTNick Ing-Simmons2001-03-171-2/+3
* #ifdef'ed out code to make packed side of pack/unpackNick Ing-Simmons2001-03-131-1/+4
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-21/+28
* Re: [ID 20010305.012] chop() against list assignment returns char chopped fro...Radu Greab2001-03-071-3/+4
* Retract #8865 and #8869, un?pack C now again agree with Camel 3Jarkko Hietaniemi2001-02-281-70/+13
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-112/+112
* Retract #8875, cannot let go of the old semantics of unpack UJarkko Hietaniemi2001-02-211-5/+30
* Make unpack C and unpack U truly equivalent.Jarkko Hietaniemi2001-02-211-30/+5