From 768d6832af5e333c888532e696a6a93145979687 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Fri, 29 Nov 2013 13:22:22 +0800 Subject: =?UTF-8?q?=E9=80=B2=E5=85=A5=E6=B8=AC=E8=A9=A6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=201.90=EF=BC=8C=E9=80=99=E6=98=AF=E5=88=B0=E6=99=82=E5=80=99?= =?UTF-8?q?=E6=9C=83=E8=AE=8A=E6=88=90=202.0=20=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COPYING | 2 +- README | 13 ------------- README.zh | 13 +++++++++++++ VERSION | 2 +- WARNING | 2 ++ WARNING.zh | 1 + 6 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 README create mode 100644 README.zh create mode 100644 WARNING create mode 100644 WARNING.zh diff --git a/COPYING b/COPYING index b529e31..910fbce 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2012, 藍挺瑋 +Copyright (c) 2012-2013, Ting-Wei Lan All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README b/README deleted file mode 100644 index 67fda80..0000000 --- a/README +++ /dev/null @@ -1,13 +0,0 @@ -l4arg: - (Argument) 解析命令列的常用函式 -l4bds: - (Basic Data Structure) 包含 list、stack、queue,其中 stack 和 queue 其實都 - 是用 list 實作 -l4darr: - (Dynamic Array) 包含可動態調整大小的一維陣列(類似 C++ 的 vector),還有透 - 或一維陣列模擬二維陣列的功能(但不可動態調整大小) - -基本上這些函式庫都很小,所以請直接靜態連結到你的程式,不要安裝到系統上! -同時預設的 Makefile 也不提供建立動態函式庫的功能,有需要請自行處理! - -本程式是自由軟體,您可以依據 COPYING 檔案中的規範自由散布、修改這個軟體。 diff --git a/README.zh b/README.zh new file mode 100644 index 0000000..67fda80 --- /dev/null +++ b/README.zh @@ -0,0 +1,13 @@ +l4arg: + (Argument) 解析命令列的常用函式 +l4bds: + (Basic Data Structure) 包含 list、stack、queue,其中 stack 和 queue 其實都 + 是用 list 實作 +l4darr: + (Dynamic Array) 包含可動態調整大小的一維陣列(類似 C++ 的 vector),還有透 + 或一維陣列模擬二維陣列的功能(但不可動態調整大小) + +基本上這些函式庫都很小,所以請直接靜態連結到你的程式,不要安裝到系統上! +同時預設的 Makefile 也不提供建立動態函式庫的功能,有需要請自行處理! + +本程式是自由軟體,您可以依據 COPYING 檔案中的規範自由散布、修改這個軟體。 diff --git a/VERSION b/VERSION index 9084fa2..82e24bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.90.0 diff --git a/WARNING b/WARNING new file mode 100644 index 0000000..f2e2d28 --- /dev/null +++ b/WARNING @@ -0,0 +1,2 @@ +This is an unstable version! DO NOT use this version unless you want to test +this software and report bugs. diff --git a/WARNING.zh b/WARNING.zh new file mode 100644 index 0000000..119246e --- /dev/null +++ b/WARNING.zh @@ -0,0 +1 @@ +注意,這是不穩定的測試版!除非你想要測試或回報問題,否則不要使用這個版本。 -- cgit v1.2.3