History log of /external/e2fsprogs/lib/uuid/copy.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1154eb460efe588eaed3d439c1caaca149fa362 18-Sep-2011 Theodore Ts'o <tytso@mit.edu> Shorten compile commands run by the build system

The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and
this was starting to cause some tools heartburn. It also made "make
V=1" almost useless, since trying to following the individual commands
run by make was lost in the noise of all of the defines.

So fix this by putting the configure-generated defines in lib/config.h
and the directory pathnames to lib/dirpaths.h.

In addition, clean up some vestigal defines in configure.in and in the
Makefiles to further shorten the cc command lines.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/uuid/copy.c
efc6f628e15de95bcd13e4f0ee223cb42115d520 28-Aug-2008 Theodore Ts'o <tytso@mit.edu> Remove trailing whitespace for the entire source tree

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/uuid/copy.c
1bbfec624c4bbe767060a13762aa9a656536a4fd 20-Mar-2004 Theodore Ts'o <tytso@mit.edu> Change the license on the UUID library to be 3-clause BSD-style
/external/e2fsprogs/lib/uuid/copy.c
ce2722f86de298ad1a8965f55a453b5723d2b2b9 11-Sep-2001 Theodore Ts'o <tytso@mit.edu> compare.c (uuid_compare), copy.c (uuid_copy),
isnull.c (uuid_is_null), pack.c (uuid_pack),
parse.c (uuid_parse), unpack.c (uuid_unpack),
unparse.c (uuid_unparse), uuid.h, uuidP.h,
uuid_time.c (uuid_time, uuid_type, uuid_variant):
Use const for pointer variables that we don't modify. Add
the appropriate ifdef's in uuid.h to make it be C++ friendly.
/external/e2fsprogs/lib/uuid/copy.c
96394d11b01b5613b635e4c5963a19e222e57afb 12-Jan-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, copy.c, gen_uuid.c, tst_uuid.c, uuid_time.c:
uuid_time.c (main), tst_uuid.c (main): Fix gcc -Wall complaints.
copy.c (uuid_copy): Change arguments to make it clear which argument
is the source and which is the destination.
gen_uuid.c (get_random_fd): Use gettimeofday to seed the PRNG, so we
can take advantage of tv_usec to do (slightly) better at seeding it.
/external/e2fsprogs/lib/uuid/copy.c
3030daa8aba89830fb0623be01e507bffd636399 07-Apr-2000 Theodore Ts'o <tytso@mit.edu> Many files:
clear.c, compare.c, copy.c, gen_uuid.c, isnull.c, pack.c, parse.c,
uuid.h, uuidP.h: Changed copyright to be the LGPL.
/external/e2fsprogs/lib/uuid/copy.c
19c78dc07fce2d6f39b5e541562afc3ca1ea38ff 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checked in e2fsprogs-1.07
/external/e2fsprogs/lib/uuid/copy.c
1e3472c5f37ca3686dd69b079d4d02a302f5798d 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checked in e2fsprogs 1.05
/external/e2fsprogs/lib/uuid/copy.c