From: Arnout E. <rab...@us...> - 2014-01-05 15:56:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via 52210232ca59f86d354e3995c0862e4037b857bb (commit) via 1aaef07fc869c9ece9ba08b5dc3c098c2bc62888 (commit) via 79c5e397008ceef91e31091f3eb8ac7c3c1f4711 (commit) via 6c6eee0fc4aa73108df619f1f057d57b3e743244 (commit) via be80035c9e156da76e061596a53d421d461a9edd (commit) via 4f86207131e4f9c695a7ce28efddd1c43cbb9ed2 (commit) via 22c864168ff5f24f74b7e8b8831efecdb3a09de6 (commit) via f0ac6104b092bab43be29b3f054f004cc3cbf4a1 (commit) via f840ba9cf44e4fb9606fda7f33a3a9a3f33312de (commit) via 8244ae578bb8afcb434ae9d519b6bbd983e86b5a (commit) via 89e75852d9307f36228253e9746170b2de012749 (commit) via c15fc5d737ceeb7d29e2d0b9b3f87be4a5dbe5a8 (commit) from 7ef817935759b1435644b66af735a2444c2d0e93 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 52210232ca59f86d354e3995c0862e4037b857bb Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:55:54 2014 +0100 Import libtu instead of using submodules commit 1aaef07fc869c9ece9ba08b5dc3c098c2bc62888 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:54:03 2014 +0100 Import libextl instead of using a submodule commit 79c5e397008ceef91e31091f3eb8ac7c3c1f4711 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:50:06 2014 +0100 Remove binary from git commit 6c6eee0fc4aa73108df619f1f057d57b3e743244 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:43:35 2014 +0100 Include '-src' in release filenames commit be80035c9e156da76e061596a53d421d461a9edd Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:36:31 2014 +0100 Released version 3-2014010503 commit 4f86207131e4f9c695a7ce28efddd1c43cbb9ed2 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:36:20 2014 +0100 Releasing version 3-2014010503 commit 22c864168ff5f24f74b7e8b8831efecdb3a09de6 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:36:06 2014 +0100 Compress bzip2 manually commit f0ac6104b092bab43be29b3f054f004cc3cbf4a1 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:33:34 2014 +0100 Released version 3-2014010502 commit f840ba9cf44e4fb9606fda7f33a3a9a3f33312de Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:33:20 2014 +0100 Releasing version 3-2014010502 commit 8244ae578bb8afcb434ae9d519b6bbd983e86b5a Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:31:19 2014 +0100 Fix 'dist' target in Makefile commit 89e75852d9307f36228253e9746170b2de012749 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:29:17 2014 +0100 Releasing version 3-2014010501 commit c15fc5d737ceeb7d29e2d0b9b3f87be4a5dbe5a8 Author: Arnout Engelen <arn...@bz...> Date: Sun Jan 5 16:28:56 2014 +0100 use 'git archive' to produce cleaner tarballs ----------------------------------------------------------------------- Summary of changes: .gitmodules | 6 - Makefile | 10 +- libextl | 1 - libextl/.gitignore | 3 + libextl/LICENSE | 510 +++++++ libextl/Makefile | 71 + libextl/README | 116 ++ libextl/build/libs.mk | 17 + libextl/build/rules.mk | 203 +++ libextl/build/system-inc.mk | 20 + libextl/extl.h | 26 + install-sh => libextl/install-sh | 0 libextl/libextl-mkexports.in | 821 +++++++++++ libextl/luaextl.c | 2583 ++++++++++++++++++++++++++++++++++ libextl/luaextl.h | 201 +++ libextl/misc.c | 23 + libextl/private.h | 116 ++ libextl/readconfig.c | 515 +++++++ libextl/readconfig.h | 51 + libextl/system-autodetect.mk | 162 +++ libextl/test/extltest.c | 60 + libextl/types.h | 32 + libtu | 1 - libtu/.gitignore | 2 + libtu/Makefile | 43 + libtu/build/rules.mk | 207 +++ libtu/build/system-inc.mk | 18 + libtu/debug.h | 19 + libtu/dlist.h | 124 ++ libtu/errorlog.c | 127 ++ libtu/errorlog.h | 38 + install-sh => libtu/install-sh | 0 libtu/iterable.c | 51 + libtu/iterable.h | 29 + libtu/locale.h | 27 + libtu/map.c | 83 ++ libtu/map.h | 54 + libtu/minmax.h | 27 + libtu/misc.c | 211 +++ libtu/misc.h | 43 + libtu/np/np-conv.h | 121 ++ libtu/np/numparser2.h | 272 ++++ libtu/obj.c | 297 ++++ libtu/obj.h | 69 + libtu/objlist.c | 332 +++++ libtu/objlist.h | 61 + libtu/objp.h | 72 + libtu/optparser.c | 471 +++++++ libtu/optparser.h | 78 + libtu/output.c | 405 ++++++ libtu/output.h | 76 + libtu/parser.c | 717 ++++++++++ libtu/parser.h | 54 + libtu/pointer.h | 16 + libtu/prefix.c | 61 + libtu/prefix.h | 17 + libtu/private.h | 27 + libtu/ptrlist.c | 208 +++ libtu/ptrlist.h | 58 + libtu/rb-test.c | 98 ++ libtu/rb.c | 626 ++++++++ libtu/rb.h | 143 ++ libtu/setparam.c | 60 + libtu/setparam.h | 27 + libtu/snprintf_2.2/INSTALL | 24 + libtu/snprintf_2.2/LICENSE.txt | 121 ++ libtu/snprintf_2.2/Makefile.unused | 43 + libtu/snprintf_2.2/README | 283 ++++ libtu/snprintf_2.2/README.html | 382 +++++ libtu/snprintf_2.2/snprintf-orig.c | 1025 ++++++++++++++ libtu/snprintf_2.2/snprintf.c | 1032 ++++++++++++++ libtu/snprintf_2.2/snprintf.h | 26 + libtu/snprintf_2.2/test.c | 689 +++++++++ libtu/stringstore.c | 144 ++ libtu/stringstore.h | 25 + libtu/system-autodetect.mk | 88 ++ libtu/tester.c | 54 + libtu/tester2.c | 69 + libtu/tester3.c | 72 + libtu/tokenizer.c | 958 +++++++++++++ libtu/tokenizer.h | 212 +++ libtu/types.h | 86 ++ libtu/util.c | 45 + libtu/util.h | 39 + mod_notionflux/notionflux/notionflux | Bin 24065 -> 0 bytes 85 files changed, 16421 insertions(+), 13 deletions(-) delete mode 100644 .gitmodules delete mode 160000 libextl create mode 100644 libextl/.gitignore create mode 100644 libextl/LICENSE create mode 100644 libextl/Makefile create mode 100644 libextl/README create mode 100644 libextl/build/libs.mk create mode 100644 libextl/build/rules.mk create mode 100644 libextl/build/system-inc.mk create mode 100644 libextl/extl.h copy install-sh => libextl/install-sh (100%) mode change 100755 => 100644 create mode 100644 libextl/libextl-mkexports.in create mode 100644 libextl/luaextl.c create mode 100644 libextl/luaextl.h create mode 100644 libextl/misc.c create mode 100644 libextl/private.h create mode 100644 libextl/readconfig.c create mode 100644 libextl/readconfig.h create mode 100644 libextl/system-autodetect.mk create mode 100644 libextl/test/extltest.c create mode 100644 libextl/types.h delete mode 160000 libtu create mode 100644 libtu/.gitignore create mode 100644 libtu/Makefile create mode 100644 libtu/build/rules.mk create mode 100644 libtu/build/system-inc.mk create mode 100644 libtu/debug.h create mode 100644 libtu/dlist.h create mode 100644 libtu/errorlog.c create mode 100644 libtu/errorlog.h copy install-sh => libtu/install-sh (100%) mode change 100755 => 100644 create mode 100644 libtu/iterable.c create mode 100644 libtu/iterable.h create mode 100644 libtu/locale.h create mode 100644 libtu/map.c create mode 100644 libtu/map.h create mode 100644 libtu/minmax.h create mode 100644 libtu/misc.c create mode 100644 libtu/misc.h create mode 100644 libtu/np/np-conv.h create mode 100644 libtu/np/numparser2.h create mode 100644 libtu/obj.c create mode 100644 libtu/obj.h create mode 100644 libtu/objlist.c create mode 100644 libtu/objlist.h create mode 100644 libtu/objp.h create mode 100644 libtu/optparser.c create mode 100644 libtu/optparser.h create mode 100644 libtu/output.c create mode 100644 libtu/output.h create mode 100644 libtu/parser.c create mode 100644 libtu/parser.h create mode 100644 libtu/pointer.h create mode 100644 libtu/prefix.c create mode 100644 libtu/prefix.h create mode 100644 libtu/private.h create mode 100644 libtu/ptrlist.c create mode 100644 libtu/ptrlist.h create mode 100644 libtu/rb-test.c create mode 100644 libtu/rb.c create mode 100644 libtu/rb.h create mode 100644 libtu/setparam.c create mode 100644 libtu/setparam.h create mode 100644 libtu/snprintf_2.2/INSTALL create mode 100644 libtu/snprintf_2.2/LICENSE.txt create mode 100644 libtu/snprintf_2.2/Makefile.unused create mode 100644 libtu/snprintf_2.2/README create mode 100644 libtu/snprintf_2.2/README.html create mode 100644 libtu/snprintf_2.2/snprintf-orig.c create mode 100644 libtu/snprintf_2.2/snprintf.c create mode 100644 libtu/snprintf_2.2/snprintf.h create mode 100644 libtu/snprintf_2.2/test.c create mode 100644 libtu/stringstore.c create mode 100644 libtu/stringstore.h create mode 100644 libtu/system-autodetect.mk create mode 100644 libtu/tester.c create mode 100644 libtu/tester2.c create mode 100644 libtu/tester3.c create mode 100644 libtu/tokenizer.c create mode 100644 libtu/tokenizer.h create mode 100644 libtu/types.h create mode 100644 libtu/util.c create mode 100644 libtu/util.h delete mode 100755 mod_notionflux/notionflux/notionflux hooks/post-receive -- notion window manager core |