summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* tr/// doesn't null-terminate the result in some situationsGurusamy Sarathy2001-04-051-0/+1
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-1/+1
* back out changes#9012,9010,9009 and parts of change#9016Gurusamy Sarathy2001-03-141-46/+12
* Integrate changes #9013,9014,9015 from mainline into maintperl.Jarkko Hietaniemi2001-03-041-3/+3
* Integrate change #9008 from mainline to maintperl,Jarkko Hietaniemi2001-03-031-9/+43
* Integrate changes #8803,8804,8805 from mainline.Jarkko Hietaniemi2001-02-141-0/+4
* integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,Gurusamy Sarathy2001-01-301-2/+2
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-13/+0
* Integrate changes #8378,8379,8385,8386,8405 from mainline.Jarkko Hietaniemi2001-01-281-44/+109
* Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377Jarkko Hietaniemi2001-01-281-4/+4
* Integrate changes #8267,8272[perlio],8274,8298,8300,8303,Jarkko Hietaniemi2001-01-281-156/+195
* Integrate changes #8090,8093[perlio,only the sv.c tweak],Jarkko Hietaniemi2001-01-281-5/+2
* Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,Jarkko Hietaniemi2001-01-271-13/+7
* Integrate changes #7355[-doio.c],7691,7744,7753[perlio],Jarkko Hietaniemi2001-01-271-18/+34
* integrate changes#7643,7646..7649,7651..7654,7658,7659,Gurusamy Sarathy2000-12-181-7/+7
* integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,Gurusamy Sarathy2000-12-181-6/+6
* integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,Andreas König2000-12-181-17/+16
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-27/+27
* integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,Gurusamy Sarathy2000-12-171-16/+11
* integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,Gurusamy Sarathy2000-12-171-2/+23
* integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,Gurusamy Sarathy2000-11-271-0/+2
* integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,Gurusamy Sarathy2000-11-271-1/+1
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-1/+3
* integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468Gurusamy Sarathy2000-11-271-10/+10
* integrate changes#6415..6418,6420..6438 from mainlineGurusamy Sarathy2000-11-241-11/+17
* integrate changes#6392,6394..6399,6401..6404Hugo van der Sanden2000-11-201-55/+56
* integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,Barrie Slaymaker2000-11-201-3/+3
* integrate changes#6268..6282 from cfgperl branchGurusamy Sarathy2000-11-201-2/+2
* integrate changes#6261..6266 from cfgperlGurusamy Sarathy2000-11-201-106/+72
* integrate changes#6252..6256,6259..6260Gurusamy Sarathy2000-11-201-47/+112
* integrate changes#6221,6222 from cfgperlGurusamy Sarathy2000-10-161-203/+9
* vec() loses numericalness (modified version of patch suggestedGurusamy Sarathy2000-06-011-0/+3
* counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-011-1/+2
* Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-6/+3
* insufficient buffer in change#5317Gurusamy Sarathy2000-03-121-0/+3
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-3/+3
* make stringwise bitops work properly on utf8 stringsGurusamy Sarathy2000-02-281-0/+68
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* byte mode chop() should clear UTF8 (from Gisle Aas)Gurusamy Sarathy2000-02-201-0/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-4/+4
* Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-161-4/+4
* Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-3/+3
* Add a missing #endif forgotten by #4035.Jarkko Hietaniemi1999-08-291-0/+1
* Implement 64-bit vec().Jarkko Hietaniemi1999-08-291-7/+91
* Tighten the vec() code so that naughty BITS cause an error.Jarkko Hietaniemi1999-08-191-5/+5
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-5/+71
* fix vec() on magic valuesIan Phillipps1999-07-171-0/+1
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+2