Permalink
Browse files

remove libz.

It was unloved and unwanted, and buggy.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
  • Loading branch information...
rminnich committed Jul 31, 2016
1 parent e6ff7bb commit 23ecd7506879007d15c5cf42b76e6fb0ee7adadc
Showing with 1 addition and 28,786 deletions.
  1. +1 −2 sys/src/libs.json
  2. +0 −52 sys/src/libz/build.json
  3. +0 −120 sys/src/libz/harvey.c
  4. +0 −19 sys/src/libz/harvey.h
  5. +0 −2 sys/src/libz/harvey/.gitignore
  6. +0 −22 sys/src/libz/patch/port-example.sed
  7. +0 −7 sys/src/libz/patch/port-gzguts.sed
  8. +0 −2 sys/src/libz/patch/port-gzread.sed
  9. +0 −19 sys/src/libz/patch/port-gzwrite.sed
  10. +0 −2 sys/src/libz/patch/port-inflate.sed
  11. +0 −7 sys/src/libz/patch/port-zutils.sed
  12. +0 −2 sys/src/libz/patch/use-uopen.sed
  13. +0 −37 sys/src/libz/regress.json
  14. +0 −249 sys/src/libz/upstream/CMakeLists.txt
  15. +0 −1,472 sys/src/libz/upstream/ChangeLog
  16. +0 −368 sys/src/libz/upstream/FAQ
  17. +0 −68 sys/src/libz/upstream/INDEX
  18. +0 −5 sys/src/libz/upstream/Makefile
  19. +0 −288 sys/src/libz/upstream/Makefile.in
  20. +0 −115 sys/src/libz/upstream/README
  21. +0 −179 sys/src/libz/upstream/adler32.c
  22. +0 −80 sys/src/libz/upstream/compress.c
  23. +0 −831 sys/src/libz/upstream/configure
  24. +0 −425 sys/src/libz/upstream/crc32.c
  25. +0 −441 sys/src/libz/upstream/crc32.h
  26. +0 −1,967 sys/src/libz/upstream/deflate.c
  27. +0 −346 sys/src/libz/upstream/deflate.h
  28. +0 −209 sys/src/libz/upstream/doc/algorithm.txt
  29. +0 −619 sys/src/libz/upstream/doc/rfc1950.txt
  30. +0 −955 sys/src/libz/upstream/doc/rfc1951.txt
  31. +0 −675 sys/src/libz/upstream/doc/rfc1952.txt
  32. +0 −107 sys/src/libz/upstream/doc/txtvsbin.txt
  33. +0 −49 sys/src/libz/upstream/examples/README.examples
  34. +0 −572 sys/src/libz/upstream/examples/enough.c
  35. +0 −233 sys/src/libz/upstream/examples/fitblk.c
  36. +0 −702 sys/src/libz/upstream/examples/gun.c
  37. +0 −504 sys/src/libz/upstream/examples/gzappend.c
  38. +0 −449 sys/src/libz/upstream/examples/gzjoin.c
  39. +0 −1,059 sys/src/libz/upstream/examples/gzlog.c
  40. +0 −91 sys/src/libz/upstream/examples/gzlog.h
  41. +0 −545 sys/src/libz/upstream/examples/zlib_how.html
  42. +0 −205 sys/src/libz/upstream/examples/zpipe.c
  43. +0 −409 sys/src/libz/upstream/examples/zran.c
  44. +0 −25 sys/src/libz/upstream/gzclose.c
  45. +0 −209 sys/src/libz/upstream/gzguts.h
  46. +0 −634 sys/src/libz/upstream/gzlib.c
  47. +0 −594 sys/src/libz/upstream/gzread.c
  48. +0 −577 sys/src/libz/upstream/gzwrite.c
  49. +0 −640 sys/src/libz/upstream/infback.c
  50. +0 −340 sys/src/libz/upstream/inffast.c
  51. +0 −11 sys/src/libz/upstream/inffast.h
  52. +0 −94 sys/src/libz/upstream/inffixed.h
  53. +0 −1,512 sys/src/libz/upstream/inflate.c
  54. +0 −122 sys/src/libz/upstream/inflate.h
  55. +0 −306 sys/src/libz/upstream/inftrees.c
  56. +0 −62 sys/src/libz/upstream/inftrees.h
  57. +0 −867 sys/src/libz/upstream/make_vms.com
  58. +0 −601 sys/src/libz/upstream/test/example.c
  59. +0 −671 sys/src/libz/upstream/test/infcover.c
  60. +0 −651 sys/src/libz/upstream/test/minigzip.c
  61. +0 −116 sys/src/libz/upstream/treebuild.xml
  62. +0 −1,226 sys/src/libz/upstream/trees.c
  63. +0 −128 sys/src/libz/upstream/trees.h
  64. +0 −59 sys/src/libz/upstream/uncompr.c
  65. +0 −511 sys/src/libz/upstream/zconf.h
  66. +0 −513 sys/src/libz/upstream/zconf.h.cmakein
  67. +0 −511 sys/src/libz/upstream/zconf.h.in
  68. +0 −151 sys/src/libz/upstream/zlib.3
  69. BIN sys/src/libz/upstream/zlib.3.pdf
  70. +0 −1,768 sys/src/libz/upstream/zlib.h
  71. +0 −83 sys/src/libz/upstream/zlib.map
  72. +0 −13 sys/src/libz/upstream/zlib.pc.cmakein
  73. +0 −13 sys/src/libz/upstream/zlib.pc.in
  74. +0 −152 sys/src/libz/upstream/zlib2ansi
  75. +0 −324 sys/src/libz/upstream/zutil.c
  76. +0 −253 sys/src/libz/upstream/zutil.h
  77. +0 −20 sys/src/libz/vendor.json
  78. +0 −519 sys/src/libz/zconf.h
View
@@ -32,8 +32,7 @@
"/sys/src/libstdio/libstdio.json",
"/sys/src/libthread/libthread.json",
"/sys/src/libusb",
"/sys/src/libventi/libventi.json",
"/sys/src/libz/"
"/sys/src/libventi/libventi.json"
]
}
}
View

This file was deleted.

Oops, something went wrong.
View

This file was deleted.

Oops, something went wrong.
View

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.
View

This file was deleted.

Oops, something went wrong.
Oops, something went wrong.

0 comments on commit 23ecd75

Please sign in to comment.