summaryrefslogtreecommitdiffstats
path: root/src/util/et
Commit message (Expand)AuthorAgeFilesLines
...
* Start using our first bit of per-thread storageKen Raeburn2004-05-063-8/+70
* * configure.in: Enable dependency support for shared lib.Ken Raeburn2004-05-053-5/+15
* Make com_err tests exercise the shared-library supportKen Raeburn2004-05-043-6/+25
* * error_message.c (com_err_terminate): Free heap storage in et_list_dynamicKen Raeburn2004-04-292-0/+8
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-04-292-0/+6
* updated dependenciesKen Raeburn2004-04-241-2/+2
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-244-9/+40
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-222-0/+13
* Thread-safe manipulation of registered error-table listKen Raeburn2004-03-183-11/+34
* ignore some more generated filesKen Raeburn2004-02-241-0/+2
* darwin build can't compile util/et test programKen Raeburn2003-07-042-1/+6
* * error_table.h, et_c.awk, et_c.pl, et_h.awk, et_c.awk: Removed Mac OS suppor...Alexandra Ellwood2003-06-121-0/+5
* Removed Mac OS 9 support because it prevents darwin builds from getting com e...Alexandra Ellwood2003-06-125-31/+7
* Needed for com_err library testingKen Raeburn2003-05-072-0/+8
* errno should never be explicitly declaredKen Raeburn2003-04-243-6/+8
* Add missing parenSam Hartman2003-03-061-1/+1
* * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9...Alexandra Ellwood2003-03-066-139/+17
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-3/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+8
* * et_h.awk: It's "const struct error_table et_" in the c file, soTom Yu2002-12-122-1/+6
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-072-0/+7
* * com_err.c (default_com_err_proc, com_err_va, set_com_err_hook): Define with...Ken Raeburn2002-09-022-16/+13
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-2/+6
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+11
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-272-1/+6
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-2/+6
* *Makefile.in(install): Don't install mit-sipb-copyright.h, it's unreferencedKen Raeburn2002-07-132-4/+5
* Put # for cpp directives in first columnKen Raeburn2002-07-092-2/+6
* * et_c.awk: Fix up <com_err.h> inclusion for windows and macTom Yu2002-07-083-3/+15
* 2002-07-03 Tom Yu <tlyu@mit.edu>Tom Yu2002-07-0310-16/+109
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-4/+4
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-4/+5
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-062-5/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-0614-99/+62
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-045-17/+20
* add automatically generated dependenciesKen Raeburn2001-09-011-0/+10
* * error_message.c (error_message): Conditional label on _sgi soEzra Peisach2001-06-212-0/+7
* handle irix high-numbered error codesKen Raeburn2001-06-203-7/+24
* * com_err.h: For struct error_table, change the base from anEzra Peisach2001-03-122-1/+6
* * test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLISTKen Raeburn2001-03-083-1/+9
* rebuiltKen Raeburn2001-01-201-11/+7
* * com_err.h (add_error_table, remove_error_table): Annotate as modifyingKen Raeburn2001-01-205-25/+48
* update to implement equivalent of ref countKen Raeburn2001-01-184-24/+33
* Make compile_et script installable, and install it.Ken Raeburn2001-01-184-21/+47
* restore GSS_DLLIMP, KRB5_EXPORTVAR, NEAR macrosKen Raeburn2000-12-062-2/+8
* fix typoKen Raeburn2000-12-061-1/+1
* Remove a bunch of macro definitions we don't use.Ken Raeburn2000-12-069-173/+116
* undo last changeKen Raeburn2000-12-061-2/+2
* tweak names of perl scriptsKen Raeburn2000-12-061-2/+2
* try lclint on a com_err test program; misc cleanupKen Raeburn2000-12-062-7/+41