033ea1c46459c258f6b8854641cdeb84ed8edc30
|
2003-04-24 |
Fix method name typo in Matrix.row_vector |
caea614d4a6222c615fbb99710556f23f51711f8
|
2003-04-24 |
Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :) |
dd8c12962464f7582ddb53f97dbe789add80110b
|
2003-04-24 |
Matrix used range.size, which no longer exists |
c1c55573bdaecbd972f57b46dd22dfbd0e1a02dd
|
2003-12-01 |
Add RDoc to list |
87762adcb0d38d6c575448f67c2906964215f3a1
|
2003-12-01 |
Add RDoc |
062616677f26b9dfd1576c4157afcd77874ff6b1
|
2003-12-01 |
Allow string as argument to alias_method |
835e16733d0a8fa3baba4386688e92ad38bd149c
|
2003-12-03 |
Missing file |
ad27a1413640c63310da6c25b95bb6f2fad122be
|
2003-12-03 |
Implicitly define classes in 'class <<ClassName' if we haven't come across them before |
e78a9cdcdb05a9f196b4c76c119626e519946888
|
2003-12-04 |
Try to give nicer error messages on internal failures |
e735472d1f22fca2e2103b6d3868c101c54a2e2d
|
2003-12-07 |
Support inline source in Kilmer template |
c5bbcadbe64477433a243be191c41010c7ae10dc
|
2003-12-16 |
Initial load of support for ri/rdoc integration |
bc8c73c42a552fcc1d414c3475c64099f5a246d6
|
2003-12-16 |
Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arose |
a366e19a1246f6100cde7c297a912706198b445c
|
2003-12-16 |
commit miss |
1c1d2b9c34f6adcaf25667ab51f7f3720b4d8abe
|
2003-12-17 |
Add pager support to ri, and start implementing command line options |
84f0b051de55b80211eab0ad2438f500af45e4a5
|
2003-12-18 |
Annotate enum.c. Add pager support, and report on methods in included modules |
d3b74e1806e572592b4242bee140813ffeefdaf1
|
2003-12-19 |
Fix dependency issue |
8ed8664aa7ca657f536d507ac6de84d71e02e31b
|
2003-12-19 |
Add boot_classes to rdoc parsing, fix a couple of bugs |
5076ed519b124df90b2348f012d120e25e3820e0
|
2003-12-19 |
Document Class and Dir |
da99e407fbf36051bf9ebce01418589bff557298
|
2003-12-21 |
Add file.c comments (and necessary support in parse_c.rb) |
1b0b3ec3387ba4a9b57281166b7a7583d854a023
|
2003-12-22 |
Add RDoc comments |
a3ecd5c83d57fb1556a40113f1b0c69c87261e33
|
2003-12-23 |
RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle yaml/stringio |
9146c954ffa4b5112d66273915a2fd74edbb38f3
|
2003-12-23 |
Fix doc typos |
f0346bd249ae29cdf4d9c2e88b09e63c41ff1ce8
|
2003-12-24 |
Forgot to save buffer.... sigh |
bba2f6d4052235e9c8d62c0c3b7294e8dae1d7b7
|
2003-12-24 |
Michael Granger added RDoc for range.c |
060f19e92c9b8978b36435f73ca45eefa48b2cbc
|
2003-12-24 |
Fix bug where two adjacent =begin/=end blocks causes the parser to get out of step. |
2d83cd85ee0032fdd562d335cb68dce42933c2c5
|
2003-12-24 |
MG added RDoc comments to string.c |
11edb88f70222390fba3a88692c7fc8908eba8b7
|
2003-12-25 |
Fix problem with rule calculation |
d1fd7bdf484fbda6092c241989a89afb6882650a
|
2003-12-26 |
MG added RDoc comments for re.c |
e950d051e18abfb5f7b68e69133fed1ba0e7cff8
|
2003-12-27 |
Added RDoc for class IO |
791f868395deea76a253c55101beb8c82d0ef868
|
2003-12-27 |
Add RDoc comments |
d89650c8cfc9eda306fc07f74f25eb0b2455bf0f
|
2003-12-27 |
RDoc comments for Symbol |
56a004931238ccd47cd2102e8dc5f5f07df8d213
|
2003-12-27 |
Add RDoc comments for Time |
e55466442618ab707e03e9f1cc8e2bd75a2f6681
|
2003-12-27 |
Some Ruby source uses Init_xxx (lower case for the class name) |
75cc3e4f754b7b1ddcec69407b1641f396acf919
|
2003-12-27 |
RDoc comments added by Elliott Hughes |
68d292236d0ad8687341669b272fb2536f120a95
|
2003-12-27 |
Add "Document-method:" capability |
3009adaee288c2f63d5e87091f3ed4f0b378720c
|
2003-12-27 |
Add support for rules in ri output |
3f3c55f49c4d1b496a2b0e79f4eb5bc4acb993b9
|
2003-12-27 |
Fix quoting of method names in regexp |
4c9874991152b36467af408df03aaf9dba70c8a1
|
2003-12-28 |
Thread/ThradGroup RDoc |
3c288b427d26d21580f515cb227335eab335ee84
|
2003-12-28 |
Add RDoc documentation for stuff in object.c |
a12c70cd2ef0b1553345d35818c7c34b41632312
|
2003-12-28 |
Add RDoc comments to math.c |
bb2030498a14f28686472fb93fe492192f48c606
|
2003-12-28 |
RDoc comments for Proc, Method, and UnboundMethod |
8d32798543cba1cca6b6d1e53383b93ba347f89d
|
2003-12-28 |
RDoc Struct and random |
a5a5ac6c9257d646d1a53affe76ce11e811f943c
|
2003-12-29 |
Tidy array.c RDoc |
d993e38f1898a2edf29f304c8aa3b34aceb34c35
|
2003-12-29 |
Add RDoc for Kernel global functions, tidy array and error |
1da4596b0f968900723517ea007c47db84310478
|
2003-12-29 |
Fix parse problem with complex yields |
e9b667daefb4bd785368e40dea7bfe0f56f0599b
|
2003-12-30 |
Fix HTML generated for .chm post-processing |
5b76f13a8966e86c9fc0e1b0b8c84c71f54c7b82
|
2003-12-30 |
Fix problem when class and method names the same |
349f4e7db766e618d606768d5ead8cbc9f4ef74f
|
2003-12-30 |
Add RDoc for kernel functions, and tidy up |
e9a7fd1c92afb7f37a640d01c3f0173c08302fba
|
2003-12-31 |
Fix problem with private alias to public method |
f5b7214548fc4b07db6a7f5bf14f44ed782f7257
|
2003-12-31 |
Make file in '// in sss.c' relative |
831a294b0c644159a7388e3dd8d324abbe9cc08d
|
2004-01-01 |
Fix problem with ambiguous nested classes |
88c127c19be3d12bc5edcb6ceb416985258396c6
|
2004-01-02 |
Finish documenting internal stuff. See Changelog for other details |
7336cf5424cd9adb91fb56005cf55b39410d9305
|
2004-01-05 |
Add --ri-system option |
1b31d09edd94a1bad3fa8e987490d82e7088ebad
|
2004-01-05 |
Add RDoc to build. Add --ri-system to RDoc |
96ff9b04c1e350621e3f2b4e5e35fa1bd7fb0b2d
|
2004-01-06 |
Split out ri display code and make pluggable |
0ea74ce4e7e2ecb90b5324bfc2a80e62b0bbc519
|
2004-01-06 |
Check for shebang line in file that would otherwise be treated as plain text |
305cc5d2d9dabbc61a03f65d22d94f9161ecd8a4
|
2004-01-07 |
Fix problem with agreesive name matching (see ChangeLog) |
60c8435e1f775ff27e81cac5a84a28f7d0f6319a
|
2004-01-10 |
ri now accepts options via RI environment variable |
b4d94277bb37ff405c2ca5bd47809083a9bfa3ee
|
2004-01-11 |
Add HTML formatter to ri |
a1d3a8e8619b82fbff71ae7dd264926983be829a
|
2004-01-12 |
Add explicit line breaks in method signatures for ri. Fixup some comments in object.c. Support changes comments for "in xxx.c" |
6cea9bc9041bd8a74d53cb7b647d6957180b9957
|
2004-01-12 |
Try to use DESTDIR when installing |
c8b7862e86cf4a5e940689071c46a80960daa215
|
2004-01-12 |
Checked in wrong version... :( |
84c0dcfca25a7d67e45f6585962de38f7854bc2f
|
2004-01-12 |
Display full name in class list |
f8c7b41165042b3d398a6a237aac9207e2856aea
|
2004-01-20 |
Document lib/English. Add top-level aliases to rdoc html output |
e10e26d329fecc4f6bc056cf5a98d75da7b855e4
|
2004-01-20 |
RDoc abbrev |
66186dd081986a3b921f7ddf2822af9a8c64fe11
|
2004-01-20 |
Document base64 |
fb242251542b9b54c0e43d3e705383e586fe5b19
|
2004-01-20 |
Tidy benchmark.rb documentation a tad |
cb3cf6cfea9ebe102f2be5ac4967786805ffef87
|
2004-01-21 |
:nodoc: the "Deprecated" module |
c88e3627cfdf1ab2c7f1a558f3010f60bf7120ba
|
2004-01-25 |
Add one_page_html |
9b077b3490fe1d9db5eb7bff6e5ee2feb9dd511a
|
2004-01-26 |
Remove references to defout |
6dbf1140a4989e7b63c5ad22d131d01fb6a0c474
|
2004-01-29 |
Allow link: in Tidylinks |
ef98285928af6533fb2ff210683a86f78d9e03d9
|
2004-01-29 |
Remove conflict from Changelog |
7f55b0c39ec801aa852824bf8b10c2f741a148bf
|
2004-02-06 |
Support https in hyperlinks |
847fd91e323d054121600c7a8568f0c734102fff
|
2004-02-18 |
Strip extraneous spaces from included filename |
23d081b993746ffe47d2f42266e4b7856f2450c3
|
2004-02-19 |
Fix typos (Doug Kearns) |
ba3a872a68618be4ab402850bccda1988955f57a
|
2004-02-19 |
Support visibility modifiers for attributes |
74d704c2635484a12a47aeb2fbcf4c5f48cdbebd
|
2004-02-23 |
Fix constant value extraction. Escape HTML in constant values |
dc03b05a7e8461793963346bc73964dbc675b605
|
2004-02-23 |
Check opdir _before_ parsing files |
a928cfed87c27f180ce9f76ffb8448282d629fc4
|
2004-02-23 |
Handle aliases in C files |
810854455daf79ee979497fb7a9c5e8efb396f3e
|
2004-02-23 |
Handle class vars in code listings |
47d12ab8d05218cd297c0835764f177ef55e3a40
|
2004-02-24 |
Deal with case where first file processed contains a :stopdoc: |
d22ade523fbe9ebf4b4f8ca617385a538438554a
|
2004-02-24 |
Improve heuristic for which files to include. See ChangeLog |
3632100c64f7f7c0780fd620751745808457bf98
|
2004-02-26 |
Doug Kearns's doc. patch |
43d483d41d8b122c4fdc1bb6347f4172f2e5315a
|
2004-02-29 |
Handle :nodoc: om singleton classes |
b84917766d7adcb2fdf34d30d48f3d9c67565784
|
2004-03-01 |
Allow aliases to have parentheses |
1c1a61a436623cda35085246aed2f5c81802b23f
|
2004-03-04 |
Move RDoc comments for Test::Unit |
a42fb7a811659d3091ed3fec55e479832de5f6b3
|
2004-03-20 |
Force RDoc html background to white |
124a20d3d2f469a7836029eb5bfa083f66683bd0
|
2004-03-24 |
Allow templates to be specified outside the RDoc tree |
fdef713db1724873dc994f4203f866d796cd3274
|
2004-03-24 |
Allow templates to be specified outside the RDoc tree |
91faa496b3d1864fc3c8de34c5cbb0712791686c
|
2004-03-24 |
Don't be as eager to invent classes to document |
9d84c894643aec9df11417edd4ecc9e21219dd7b
|
2004-03-24 |
Move "y" documentation to correct place |
154c29be3aa52e5bb014491918ca3fcd3a6c6c73
|
2004-03-24 |
Get --one-page working with C code |
16040850af57472ad0ec20fb9f86277c9527458d
|
2004-03-24 |
Must now use "::" to separate nested classes. This fixes bug where "ri Kernel.Array" was looking for a class called Array |
e147632bffc50fd33f5b5d6f5716e3627985c0d1
|
2004-03-24 |
Add the --list-names option |
4cdf253e4d129d35f49c8fb77fde90b72c5ae577
|
2004-03-25 |
Add --version option to ri |
d6dc168b22e59de4802bbcbe60ea265f11259de3
|
2004-03-25 |
Missing trailing "$" |
ef38efca9f4835ee2306f9b56eb26a2eaa14dc7a
|
2004-04-02 |
Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments (experimental) |
695fe49de9a52cb76e97fbff94ffe55c062a76ee
|
2004-04-02 |
checked in debug version in error |
440c26186cf2fe90b9170429f1e33c63c324f4c3
|
2004-04-04 |
Allow multiple --exclude options to RDoc |
f02159637a70d53336dcd503bf918b5c7de2d0db
|
2004-04-04 |
Remove leading ./ from filenames so that cross references work OK |
1f3819adc85fd76761ec6ccb0cc37b54ef67fcc2
|
2004-04-09 |
Fixed problem with \_cat_<b>dog</b> |
5d716f9303c5d46ddb507241a4c75d5421bc5e36
|
2004-04-10 |
Fix :enddoc" |
7e9f3d2934ffdaf1bc98654ef216a5e39f4b7d3c
|
2004-04-11 |
Forgot to check special case at top level |
902c0e2c5792bdca74799168f54f4575e410a130
|
2004-04-17 |
Change :enddoc: to terminate processing of current file |
e5eb4590894ced3bb4c676538e1b52af9c0daf11
|
2004-04-18 |
Allow for HAVE_PROTOTYPES macro |
8e47df7b6c9d6629de1e7984316fe686a24d13e9
|
2004-04-24 |
Fix bug where consecutive headings were merged |
04aa9a8f7df6577b710015f7dc78ccbc97e1e836
|
2004-04-26 |
Alias alias to instance methods |
fb0878b31074df726cb023f396fadbb4872663d0
|
2004-05-03 |
Fix parsing problem with yield within block |
3d33a14369dd65001b840a9fe0e77ed3d3508fec
|
2004-05-05 |
Don't include &block if we have yield parameters |
6bb2e55d0cbf8ac9e6e5d1289ad409b62aaf4822
|
2004-05-07 |
Allow multiple arguments to include |
9b7b6016ce83eb1b160be0787a52f9130c89daf8
|
2004-05-10 |
Search parent for unqualified constants |
58ec532ac9d6bc8913bc681d922a34d2d9ecf4b0
|
2004-05-10 |
Change symbol lookup scheme in HTML generation |
227ec51ff288659f022dae00b839195b0c92e732
|
2004-05-12 |
fix rdoc |
cc7c48ff6a52df248e9df1abc7c85db4063eb7af
|
2004-05-20 |
At Ryan Davis' suggestion, honor visibility modifers if guarded by a statement modifier |
13e0f77bf44769c58f5799e60abe6f69c174d824
|
2004-05-21 |
Add '()' around parameters that don't have them |
c951f2f28e005d23214aba3f9a89998541ad7eb0
|
2004-05-24 |
SYSTEM identifiers must be absolute |
129313378fbefab34fe4d8cf8d47df9f5fc714bc
|
2004-05-26 |
Allow "do" after "for". Fix up css for standalone code window |
417f9ec4aa93958452059b84f33dbee8423139c6
|
2004-06-22 |
Fixed parsing of %r{} when generating source popup |
ac0ba927f3914353b8bac6da9b93753a169fb4ef
|
2004-06-23 |
Work around OSX strangneness with recvfrom on connection-oriented sockets |
77e092c31c933c243b85b6d228e93e5de239bde1
|
2004-07-07 |
Update comment to show call-seq example |
67eb47394242cbe98f169a127dbdaad762b2f182
|
2004-07-12 |
Allow multiple words in braces before a link |
dcfe4ecff8ab21e14b5f8e39d2587ebcac49bc5b
|
2004-07-12 |
Support call-seq: for Ruby methods |
68b5d42563b8656eab5c1781ca4cf7e4e0394370
|
2004-07-12 |
Commit miss |
e191fde02eb684c27b5b1678738ee0f835e4e095
|
2004-07-12 |
Use real right arrow for -> in call-seq |
1811324f30e564181bd543e0df3d1085edc86d42
|
2004-07-12 |
Allow optional : before call-seq: |
30f357661075faf7865843f18357ad272fdc30a3
|
2004-07-13 |
Minor parse problem if hyperlink text starts \w+:... |
9c54f61a5098c33d68ea1090e7ad7ef345c6767f
|
2004-07-16 |
Incorporate Micheal Neumanns client-side imagemap patch |
ee580a5a92c8f1091ff0e1dd9aebaa449c33ca54
|
2004-08-02 |
Bugfix: looping on some toplevel symbols. Added SWIG support |
541d9d3536027fc86effc7677450f913d30950ee
|
2004-08-09 |
Roll in Austin Ziegler's patch |
690face91a21878fc96bf31b63b5288054186809
|
2004-08-13 |
Commit miss |
3319ea129ea921cde08aa1033abb3084069d6100
|
2004-08-13 |
Add "usage" interface |
dbc98560679d4b4044d46853f4f1ae2128cc88c8
|
2004-08-13 |
Add Ri environment variable support |
86e8e8a2f5ae3947a61088d150c9b12eca9b9f09
|
2004-08-16 |
Get RDoc::usage playing better with OptionParser |
4441ea370bbdcc7fa5c90654f714d056f6ac8845
|
2004-08-25 |
Minor fix to error message |
ad7564a02a3288f807f1e6dd0ad9a42dc931bcdd
|
2004-08-25 |
Must learn how to transpose words in Emacs. Sorry... |
8e94bb29ae5c33d988cba29f130ba0d0a7276b00
|
2004-08-30 |
ri now merges the documentation if it finds the same class in multiple places |
f7b90183903672bc8fc77aaa676a34aa6f6a9e07
|
2004-08-30 |
Add documentation for Module#included |
156ea41fa2169ef730924799e11ec35ed30c2420
|
2004-09-09 |
Allow spaces around parameter to define_method_under |
a7a1ac81daa685757203f2dde746a375bd6ebeb5
|
2004-09-09 |
James Buck's patch for call-seq |
61503bbf3be79ea46a4147fb135032e2dacee95c
|
2004-09-11 |
Fix up cross-file class merging |
0964c4781652bcdfcf940017722164d2effc69ee
|
2004-09-14 |
Add simple formatter to ri |
141dae12c51031159bb0fe59be42e3507423d21a
|
2004-09-21 |
Add documentation to fork() |
f5666a648d0424e0b58ad636f3db762a3eedfa17
|
2004-10-10 |
Support "require" as variable name in RDoc |
d43b40dbddde5d5bdb9efbf63978507d4f08d762
|
2004-10-19 |
RDoc can now deal with "attr" used as a variable |
b9ec9b69a92432c5566f7a7981945dfe1c2c6d18
|
2004-10-19 |
Commit missed file.. Sorry folks |
3ecf38f376ff520e0e1d49f3c6a601af69cfac9b
|
2004-10-26 |
Restore correct :nodoc: behavior with nested classes |
37abc5eaa3303c83f790c6727f3af2860ebdf2fd
|
2004-11-08 |
Fix bug where parent class wasn't being detected if the child class was defined using the A::B notation. |
79c4db675a5c523f5d6c780dffe30f3ff51ad567
|
2004-11-08 |
Change version numbering of RDoc and ri |
a80ba17d67141a51459bb89b1fb51e8b0a4ff2de
|
2004-11-20 |
1. Force --inline-source if --one-file given |
d9d5c88cf3259b793724c5cfe70146cc69e0066b
|
2004-11-22 |
Don't include 'require's with variable arguments |
a052ef75abbf7cc6035083a8af05cf4051ca0110
|
2004-11-26 |
Fix problem with :section: and new 1.9 |
5d8d9754340ae05e596310a951ec3f6f74bb4a07
|
2004-12-04 |
Ignore leading and trailing lines in :section: blocks |
642e10156c3554e2f1c922f0b3f6e0f8bd26ec16
|
2004-12-08 |
Fix CSS typo that meant h2 headings were invisible |
05b5e64ac3a33930dcfdd6ace3ff549d3813d8e7
|
2004-12-12 |
Never exclude files given on command line |
5f87cfb94ca437bcd1fec2a5f5f2051ebe48e459
|
2004-12-12 |
Don't show r/w accessot flags if none were specified for custom attributes |
a35058f9f984d0563439ddba0a7aa001f7c51a08
|
2004-12-29 |
Update kilmer template to use sections |
0eaf4872a6b30640dfc244d3dba70d467077a10b
|
2004-12-31 |
Fix problem in ri formatting if heading contains markup |
2c32f0f918ab3959dbe1c5644edb7a4723699834
|
2005-01-05 |
Allow for colons in DOS file names |