Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao committed Oct 27, 2020
0 parents commit ce848d9
Show file tree
Hide file tree
Showing 17,318 changed files with 4,415,788 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions COPYING.LIB

Large diffs are not rendered by default.

2,670 changes: 2,670 additions & 0 deletions ChangeLog.old/ChangeLog.1

Large diffs are not rendered by default.

13,265 changes: 13,265 additions & 0 deletions ChangeLog.old/ChangeLog.10

Large diffs are not rendered by default.

13,405 changes: 13,405 additions & 0 deletions ChangeLog.old/ChangeLog.11

Large diffs are not rendered by default.

10,098 changes: 10,098 additions & 0 deletions ChangeLog.old/ChangeLog.12

Large diffs are not rendered by default.

13,829 changes: 13,829 additions & 0 deletions ChangeLog.old/ChangeLog.13

Large diffs are not rendered by default.

16,759 changes: 16,759 additions & 0 deletions ChangeLog.old/ChangeLog.14

Large diffs are not rendered by default.

5,480 changes: 5,480 additions & 0 deletions ChangeLog.old/ChangeLog.15

Large diffs are not rendered by default.

13,377 changes: 13,377 additions & 0 deletions ChangeLog.old/ChangeLog.16

Large diffs are not rendered by default.

15,228 changes: 15,228 additions & 0 deletions ChangeLog.old/ChangeLog.17

Large diffs are not rendered by default.

96,743 changes: 96,743 additions & 0 deletions ChangeLog.old/ChangeLog.18

Large diffs are not rendered by default.

39,254 changes: 39,254 additions & 0 deletions ChangeLog.old/ChangeLog.19

Large diffs are not rendered by default.

3,742 changes: 3,742 additions & 0 deletions ChangeLog.old/ChangeLog.2

Large diffs are not rendered by default.

6,542 changes: 6,542 additions & 0 deletions ChangeLog.old/ChangeLog.20

Large diffs are not rendered by default.

1,644 changes: 1,644 additions & 0 deletions ChangeLog.old/ChangeLog.3

Large diffs are not rendered by default.

2,324 changes: 2,324 additions & 0 deletions ChangeLog.old/ChangeLog.4

Large diffs are not rendered by default.

10,878 changes: 10,878 additions & 0 deletions ChangeLog.old/ChangeLog.5

Large diffs are not rendered by default.

10,547 changes: 10,547 additions & 0 deletions ChangeLog.old/ChangeLog.6

Large diffs are not rendered by default.

14,580 changes: 14,580 additions & 0 deletions ChangeLog.old/ChangeLog.7

Large diffs are not rendered by default.

12,549 changes: 12,549 additions & 0 deletions ChangeLog.old/ChangeLog.8

Large diffs are not rendered by default.

6,677 changes: 6,677 additions & 0 deletions ChangeLog.old/ChangeLog.9

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions ChangeLog.old/ChangeLog.libidn
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
2017-01-01 Joseph Myers <[email protected]>

* All files with FSF copyright notices: Update copyright dates
using scripts/update-copyrights.

2016-01-04 Joseph Myers <[email protected]>

* All files with FSF copyright notices: Update copyright dates
using ../scripts/update-copyrights.

2015-01-02 Joseph Myers <[email protected]>

* All files with FSF copyright notices: Update copyright dates
using ../scripts/update-copyrights.

2014-09-12 Joseph Myers <[email protected]>

* shlib-versions: Remove first column with configuration names.

2014-02-26 Joseph Myers <[email protected]>

* Makefile: Include Makeconfig immediately after defining subdir.

2013-10-30 Mike Frysinger <[email protected]>

* configure.in: Moved to ...
* configure.ac: ... here.
* configure: Regenerated.

2013-08-29 Ondřej Bílka <[email protected]>

* stringprep.c: Fix typos.

2013-06-11 Ondřej Bílka <[email protected]>

* gunicomp.h: Fix trailing whitespaces.
* gunidecomp.h: Likewise.
* nfkc.c: Likewise.
* rfc3454.c: Likewise.

2013-05-31 Joseph Myers <[email protected]>

* Makefile ($(objpfx)libcidn.so): Remove dependencies on libc.

2013-05-16 Ryan S. Arnold <[email protected]>

* idna.c: Add missing #include <stdint.h> due to uint64_t or uint32_t
usage.
* nfkc.c: Likewise.
* stringprep.c: Likewise.

2013-01-02 Joseph Myers <[email protected]>

* All files with FSF copyright notices: Update copyright dates
using scripts/update-copyrights.

2012-10-09 Roland McGrath <[email protected]>

* configure.in: If $shared != yes, just disable the add-on entirely
and issue a warning.
* configure: Regenerated.

2012-03-07 Ulrich Drepper <[email protected]>

* Makefile (distribute): Remove variable.

2011-12-03 Ulrich Drepper <[email protected]>

* idna.c (idna_to_unicode_4z4z): Remove variable rc.

2008-02-10 Jim Meyering <[email protected]>

* stringprep.c (stringprep, stringprep_profile): Remove useless
"if" before "free".

2006-02-27 Roland McGrath <[email protected]>

* Makefile: Use $(..) in place of ../.
* configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them.
* configure: Regenerated.

2006-02-25 Roland McGrath <[email protected]>

* configure.in: New file.
* configure: Replaced with generated file.
* sysdeps/unix/configure: File removed.

2005-03-08 Paul Eggert <[email protected]>

* iconvme.c (SIZE_MAX): New macro, if not already defined.
(iconv_string): Don't guess a size-zero buffer, as that might cause
buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
result would be 'too large', where 'too large' is (heuristically)
the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
overflow concerns. This will prevent some unwanted malloc failures
when the inputs are very large.

2005-02-12 Simon Josefsson <[email protected] >

* iconvme.h: New file, extracted from toutf8.c but improved.
* iconvme.c: New file.
* toutf8.c: Include stringprep.h first, to make the compiler check
that stringprep.h is standalone. Improve comments. Replace
#include of errno.h and sys/param.h with iconvme.h. Don't define
ICONV_CONST.
(stringprep_convert): Rewrite to use iconvme.h.
* Makefile (libcidn-routines): Add iconvme.

2004-10-05 Ulrich Drepper <[email protected]>

* idn-stub.c (unload_libidn): Don't define outside libc.

2004-07-02 Roland McGrath <[email protected]>

* configure: Don't exit.

2004-05-21 Ulrich Drepper <[email protected]>

* idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
Patch by Simon Josefsson.

2004-05-06 Ulrich Drepper <[email protected]>

* stringprep.c (stringprep): Free memory if allocation failed.
* idna.c: Fix memory handling in several places.

2004-04-22 Simon Josefsson <[email protected]>

* stringprep.h: Update to latest libidn version.
* stringprep.c: Likewise.
* idna.c: Likewise.

2004-03-14 Ulrich Drepper <[email protected]>

* idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.

* idna.c (idna_to_ascii_4z): Revert last patch.

2004-03-12 Ulrich Drepper <[email protected]>

* idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.

* idn-stub.c: Implement __idna_to_unicode_lzlz. Split
__idna_to_ascii_lz in two parts so that loading can be shared with
the new function.
* Versions (libcidn): Export idna_to_unicode_lzlz.

* Makefile (libcidn-inhibit-o): Define. We need no archive.

2004-03-08 Simon Josefsson <[email protected]>

* toutf8.c: Update to latest libidn version.

2004-03-08 Ulrich Drepper <[email protected]>

* stringprep.h: Don't include idn-int.h in glibc.
* idn-int.h: Removed.

2004-03-07 Ulrich Drepper <[email protected]>

* idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
* shlib-versions: New file.
* toutf8.c: Include <sys/param.h>.

2004-03-07 Simon Josefsson <[email protected]>

* Banner: New file.
* Makefile: New file.
* Version: New file.
* configure: New file.
* idn-stub.c: New file.
* gunibreak.h: New file. Copied from Libidn.
* gunicomp.h: New file. Copied from Libidn.
* gunidecomp.h: New file. Copied from Libidn.
* idna.h: New file. Copied from Libidn.
* idna.c: New file. Copied from Libidn.
* nfkc.c: New file. Copied from Libidn.
* profiles.c: New file. Copied from Libidn.
* punycode.c: New file. Copied from Libidn.
* punycode.h: New file. Copied from Libidn.
* rfc3454.c: New file. Copied from Libidn.
* stringprep.c: New file. Copied from Libidn.
* stringprep.h: New file. Copied from Libidn.
* toutf8.c: New file. Copied from Libidn. Modified for use in glibc.
Loading

0 comments on commit ce848d9

Please sign in to comment.