Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | lib/date.rb, lib/ftools.rb, lib/getoptlong.rb, lib/logger.rb, lib/matrix.rb, lib/monitor.rb, lib/set.rb, lib/thwait.rb, lib/timeout.rb, lib/yaml.rb, lib/drb/drb.rb, lib/irb/workspace.rb, lib/net/ftp.rb, lib/net/http.rb, lib/net/imap.rb, lib/net/pop.rb, lib/net/telnet.rb, lib/racc/parser.rb, lib/rinda/rinda.rb, lib/rinda/tuplespace.rb, lib/shell/command-processor.rb, lib/soap/rpc/soaplet.rb, lib/test/unit/testcase.rb, lib/test/unit/testsuite.rb: typo fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/racc/parser.rb: add note for Racc full package. | aamine | 2004-02-16 | 1 | -1/+6 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/racc/parser.rb: synchronize with Racc 1.4.4. | aamine | 2003-11-03 | 1 | -135/+116 |
| | | | | | | | | * ext/racc/cparse/cparse.c: ditto. * ext/racc/cparse/cparse.c (parse_main): should abort when the length of LR state stack <=1, not ==0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | update NotImplementError to NotImplementedError. | matz | 2003-03-23 | 1 | -5/+0 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -4/+4 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | racc runtime imported. | aamine | 2002-03-22 | 1 | -0/+480 |
* lib/racc/parser.rb: new file. * ext/racc/MANIFEST, cparse.c, depend, extconf.rb: new files. * lib/README: add racc/parser.rb. * ext/Setup*: add racc/cparse. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |