/[mcrypt]/libmcrypt/lib/libdefs.h
ViewVC logotype

Log of /libmcrypt/lib/libdefs.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Mar 9 20:29:03 2002 UTC (22 years ago) by nmav
Branch: MAIN
CVS Tags: HEAD, libmcrypt_2_5_0, libmcrypt_2_5_2, libmcrypt_2_5_3, libmcrypt_2_5_4, libmcrypt_2_5_5, libmcrypt_2_5_5rc1, libmcrypt_2_5_6, libmcrypt_2_5_7
Changes since 1.17: +5 -12 lines
Diff to previous 1.17 , to selected 1.2
Added the --disable-dynamic-loading parameter to the configure script,
and instructions for how to build the library for staticaly linking.


Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Feb 28 12:59:48 2002 UTC (22 years, 1 month ago) by nmav
Branch: MAIN
Changes since 1.16: +4 -0 lines
Diff to previous 1.16 , to selected 1.2
Added link options for win32 compatibility.


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Jan 31 01:13:58 2002 UTC (22 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_21
Changes since 1.15: +23 -25 lines
Diff to previous 1.15 , to selected 1.2
corrected a bug with a POSIX_SOURCE_XXX define.


Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Sep 7 12:34:47 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_16, libmcrypt_2_4_16b, libmcrypt_2_4_17, mcrypt_2_4_20
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.2
Finished option which allows for static linking modules into the library


Revision 1.14 - (view) (annotate) - [select for diffs]
Sun Sep 2 20:11:45 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.13: +5 -2 lines
Diff to previous 1.13 , to selected 1.2
added option to include modules into the library


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Sep 2 14:49:00 2001 UTC (22 years, 7 months ago) by nmav
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12 , to selected 1.2
changed to support dlpreopening


Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Jul 11 07:34:20 2001 UTC (22 years, 8 months ago) by nmav
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11 , to selected 1.2
corrected bug for solaris 'readdir_r'


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu May 17 20:54:31 2001 UTC (22 years, 10 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_15, mcrypt_2_4_12, mcrypt_2_4_13
Changes since 1.10: +0 -3 lines
Diff to previous 1.10 , to selected 1.2
minor updates


Revision 1.10 - (view) (annotate) - [select for diffs]
Thu May 17 18:58:20 2001 UTC (22 years, 10 months ago) by nmav
Branch: MAIN
Changes since 1.9: +5 -3 lines
Diff to previous 1.9 , to selected 1.2
fixes to work with the new libltdl


Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Jan 23 11:51:19 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt-2_4_9-beta, mcrypt_2_4_9
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 , to selected 1.2
cleanups and word8 was replaced by byte (hopefully)


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Dec 15 12:11:13 2000 UTC (23 years, 3 months ago) by nmav
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 , to selected 1.2
a change for openbsd


Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Oct 20 14:44:27 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 , to selected 1.2
Changes for win32


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Oct 12 21:06:31 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 , to selected 1.2
Added defines and some function emulation needed in WIN32. Thanks goes
to Dimitris Souflis (dsouflis@altera.gr)


Revision 1.5 - (view) (annotate) - [select for diffs]
Sat Oct 7 18:26:57 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.4: +17 -0 lines
Diff to previous 1.4 , to selected 1.2
added support for local swap functions (if available)


Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Sep 18 09:42:54 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 , to selected 1.2
updates in the -ldl option. Bugfixes.


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Sep 17 22:10:39 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.2: +2 -5 lines
Diff to previous 1.2
bugfixes and some minor improvements disable-libltdl mode.


Revision 1.2 - (view) (annotate) - [selected]
Sat Sep 16 02:01:38 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +21 -1 lines
Diff to previous 1.1
Added support for -ldl (does not work)... and some other fixes


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Mon May 22 13:07:51 2000 UTC (23 years, 10 months ago) by nmav
Branch: mcrypt
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.18 , to selected 1.2


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon May 22 13:07:51 2000 UTC (23 years, 10 months ago) by nmav
Branch: MAIN
Branch point for: mcrypt
Diff to selected 1.2
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26