summaryrefslogtreecommitdiff
path: root/x2p
Commit message (Expand)AuthorAgeFilesLines
* Remove the extra warning since after it the right thingJarkko Hietaniemi2002-07-161-1/+0
* Typolice.Jarkko Hietaniemi2002-06-061-1/+1
* Make pstruct and psed appear also on platforms withJarkko Hietaniemi2002-06-061-0/+22
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-061-0/+2
* Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-031-1/+1
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-223-1/+14
* s2p fix for VMSCraig A. Berry2002-04-161-2/+2
* PATCH s2p.PLWolfgang Laun2002-03-261-65/+127
* Re: Smoke 14900 /pro/3gl/CPAN/perl-currentH.Merijn Brand2002-03-011-14/+7
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-2313-13/+13
* Extension nits found by -Wall (several from threadsJarkko Hietaniemi2002-01-071-1/+1
* Makefiles are sloppy about the exe suffixJarkko Hietaniemi2001-12-311-2/+2
* from the non-ANSI comment police (was: it won't compile on win32) H.Merijn Brand2001-12-291-1/+1
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-182-2/+2
* Silence compiler worries found by Schwern/Digital cc.Jarkko Hietaniemi2001-12-141-3/+3
* make sure that va_start() has matching va_end();Jarkko Hietaniemi2001-12-091-0/+3
* Cleanliness inspired by Cygwin.Jarkko Hietaniemi2001-11-141-1/+1
* make OPTIMIZE=...Robin Barker2001-09-062-1/+10
* quiet down VC++ warnings in a2py.c and walk.cNikola Knezevic2001-08-252-7/+9
* Make 'compile' target a little less broken.Jarkko Hietaniemi2001-07-011-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-4/+11
* Detypo.Jarkko Hietaniemi2001-06-141-1/+1
* de-$CONFIG continues.Jarkko Hietaniemi2001-06-141-1/+1
* I wonder how many $CONFIGs still lurk in the shadows.Jarkko Hietaniemi2001-06-131-2/+2
* Small bcopy cleanupAndy Dougherty2001-06-131-8/+0
* One less -Wall whine (found under DEBUGGING).Jarkko Hietaniemi2001-06-122-1/+2
* Cleanup the a2p.c for -Wall.Jarkko Hietaniemi2001-06-122-10/+18
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-6/+6
* -Wall "subscript has type `char'" cleanup.Jarkko Hietaniemi2001-06-033-94/+95
* Zero() is not available in x2p (or, rather, some of itsJarkko Hietaniemi2001-06-011-2/+2
* bzero -> memsetMichael G. Schwern2001-06-011-2/+2
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-303-7/+7
* [ID 20010524.002] find2perl bug in fileglob_to_reGeraint A Edwards2001-05-241-1/+1
* \$escaping the $vars in !GROK!THIS! section is a good idea.Jarkko Hietaniemi2001-05-181-2/+2
* It's "psed", not "sed".Jarkko Hietaniemi2001-05-051-3/+5
* Re: bleadperl make install fails due to "psed"Andreas König2001-05-052-1/+10
* [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexecPhilip Newton2001-04-241-50/+63
* Integrate change #9533 from maintperl into mainline.Jarkko Hietaniemi2001-04-032-3/+11
* Integrate changes #9511,9514,9517 from maintperl into mainline.Jarkko Hietaniemi2001-04-022-7/+5
* Re: Errors in core PODsMichael Stevens2001-02-281-2/+4
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-0113-13/+13
* Minor update to find2perl, for portabilityPaul Moore2000-10-251-1/+3
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-082-7/+4
* Major rewrite of s2p. And I mean really major, it isWolfgang Laun2000-09-081-690/+1794
* Introduce a 'veryclean' target that is like 'distclean'Jarkko Hietaniemi2000-08-191-0/+3
* don't clobber *.orig files on *clean targetsGurusamy Sarathy2000-07-121-1/+1
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-0/+1
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-3/+3
* find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)Gurusamy Sarathy2000-02-281-5/+2
* m/.*$/ etc should be m/.*\z/s in many file handling modules; fixGurusamy Sarathy2000-02-281-5/+5