File: ChangeLog

package info (click to toggle)
ruby-numru-misc 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 67
  • sloc: ruby: 855; csh: 5; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Mon Aug 11  2011   T Horinouchi
	* numru-misc-0.1.1 released (relase tag: numru-misc-0_1_1)
	* LICENCE.txt: Added (BSD 2-clause licence)

Mon Mar 15  2010   T Horinouchi
	* numru-misc-0.1.0 released (relase tag: numru-misc-0_1_0)

2008-02-05  S Otsuka
	* install.rb: for ruby 1.9

Fri May 13  2005   T Horinouchi
	* numru-misc-0.0.6 released (relase tag: numru-misc-0_0_6)
	* keywordopt.rb: KeywordOpt#keys --> public (returns @keys.dup).
	  Added KeywordOpt#select_keys.
Tue Aug 12  2004   T Horinouchi
	* keywordopt.rb: modified KeywordOptAutoHelp#set to show help
	  message if 'help'==true.
Tue Aug 10  2004   T Horinouchi
	* numru-misc-0.0.5 released (relase tag: numru-misc-0_0_5)
	* package renamed from misc to numru-misc: started new CVS
Fri Mar 19  2004   T Horinouchi
	* emath.rb: basically, a refactoring
	* install.rb: debug
Wed Dec 10  2003   T Horinouchi
	* misc-0.0.4 released
	* emath.rb: NumRu::EMath --> NumRu::Misc::EMath
	            Documentation.
	* misc.rb: documentation update for EMath.
Tue Oct  7  2003   T Horinouchi
	* emath.rb: created
Mon Sep  1  2003   T Horinouchi
	* misc-0.0.3 released
	* keywordopt.rb: minor debug of the help messaging in 
	  KeywordOptAutoHelp#interpret
Tue Aug 26  2003   T Horinouchi
	* keywordopt.rb: added class KeywordOptAutoHelp. refined help.
	  allowed KeywordOpt.new to accept another KeywordOpt.
Mon Aug 25  2003   T Horinouchi
	* keywordopt.rb: KeywordOpt#interpret slightly modified
Mon Aug 25  2003   T Horinouchi
	* version 0.0.2 released