| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/syntax/refinements.rdoc: Remove mention of instance_eval and | drbrain | 2013-08-02 | 1 | -3/+2 |
* | * doc/syntax/refinements.rdoc: Improve description of where you may | drbrain | 2013-08-02 | 1 | -3/+5 |
* | * doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365] | zzak | 2013-07-20 | 1 | -1/+1 |
* | * doc/syntax/refinements.rdoc: add description of Module#using and | shugo | 2013-07-02 | 1 | -1/+26 |
* | * NEWS: add notes for $SAFE. | shugo | 2013-06-14 | 1 | -6/+1 |
* | * doc/re.rdoc: Rename to doc/regexp.rdoc | zzak | 2013-06-11 | 1 | -0/+0 |
* | * doc/marshal.rdoc: Add description of Marshal format. | drbrain | 2013-06-04 | 1 | -0/+313 |
* | * remove trailing spaces. | nobu | 2013-05-19 | 1 | -75/+75 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 2 | -3/+3 |
* | * doc/contributing.rdoc: Add guide for contributing to CRuby | zzak | 2013-05-09 | 1 | -0/+345 |
* | * doc/syntax/refinements.rdoc : Fix a missing quote | eregon | 2013-05-05 | 1 | -1/+1 |
* | * doc/security.rdoc: Add note about reporting security vulns | zzak | 2013-05-03 | 1 | -0/+5 |
* | typo s/Singelton/Singleton | zzak | 2013-04-23 | 1 | -1/+1 |
* | fix typo | zzak | 2013-04-11 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2013-04-01 | 1 | -25/+25 |
* | fix a typo | kazu | 2013-03-28 | 1 | -1/+1 |
* | * doc/globals.rdoc: $? is thread-local | drbrain | 2013-03-14 | 1 | -1/+2 |
* | fix typos | kazu | 2013-03-13 | 1 | -1/+1 |
* | old ChangeLog and NEWS move to doc | kazu | 2013-02-25 | 2 | -0/+24546 |
* | * doc/NEWS-*: Update NEWS from their respective branches | marcandre | 2013-02-22 | 4 | -41/+110 |
* | * doc/globals.rdoc: Document what setting $DEBUG does. | drbrain | 2013-02-21 | 1 | -2/+6 |
* | * doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899] | drbrain | 2013-02-21 | 1 | -3/+6 |
* | * doc/rake/, lib/rake/doc/: Move Rake rdoc files to lib/rake | zzak | 2013-02-10 | 5 | -1124/+0 |
* | * doc/rake/*: Removed stale Rake static files | zzak | 2013-02-10 | 17 | -2030/+0 |
* | * doc/pty/README: Remove static documentation file | zzak | 2013-02-06 | 1 | -84/+0 |
* | * doc/security.rb: Translate japanese kanji to english | zzak | 2013-02-06 | 1 | -1/+1 |
* | * doc/security.rdoc: Link to japanese version of CVE page patch by | zzak | 2013-02-06 | 1 | -0/+1 |
* | * doc/pty/README.expect: Removed static documentation file | zzak | 2013-02-06 | 1 | -22/+0 |
* | * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security | zzak | 2013-02-06 | 1 | -0/+3 |
* | * doc/rubygems/*: Removed outdated documentation files | zzak | 2013-02-05 | 4 | -6635/+0 |
* | * doc/security.rdoc: Remove documentation for unsafe CSV.load which | zzak | 2013-02-05 | 1 | -20/+0 |
* | * doc/security.rdoc: add regex, eval and drb sections | charliesome | 2013-02-05 | 1 | -5/+59 |
* | * doc/security.rdoc: Wrap security guide at 80 columns | zzak | 2013-02-05 | 1 | -20/+62 |
* | * doc/security.rdoc: Grammatical error on security guide | zzak | 2013-02-05 | 1 | -1/+1 |
* | * doc/standard_library.rdoc: Document list of libraries and extensions | zzak | 2013-02-04 | 1 | -0/+126 |
* | * doc/security.rdoc: add first cut at a Ruby security document | charliesome | 2013-02-03 | 1 | -0/+64 |
* | * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. | drbrain | 2013-01-24 | 2 | -1/+26 |
* | * doc/syntax/refinements.rdoc: Added refinements document based on | drbrain | 2013-01-24 | 2 | -0/+243 |
* | * doc/syntax/assignment.rdoc (Implicit Array Assignment): Clarify | drbrain | 2013-01-23 | 1 | -4/+5 |
* | * doc/syntax/assignment.rdoc (Local Variables and Methods): Fixed | drbrain | 2013-01-23 | 1 | -1/+5 |
* | * doc/syntax/miscellaneous.rdoc: Added section on defined? | drbrain | 2013-01-19 | 1 | -0/+30 |
* | * doc/syntax/assignment.rdoc (Local Variables and Methods): Made it | drbrain | 2013-01-19 | 1 | -1/+11 |
* | * doc/syntax/assignment.rdoc: Improved links | drbrain | 2013-01-19 | 3 | -5/+9 |
* | * doc/syntax/assignment.rdoc: Added a syntax document on assignment. | drbrain | 2013-01-18 | 1 | -0/+439 |
* | * doc/syntax/methods.rdoc: Added Array Decomposition. | drbrain | 2013-01-18 | 1 | -0/+61 |
* | * doc/syntax/miscellaneous.rdoc: Added Ending an Expression and | drbrain | 2013-01-17 | 1 | -0/+16 |
* | * doc/syntax/control_expressions.rdoc: Added ? : ternary if | drbrain | 2013-01-17 | 1 | -0/+21 |
* | * doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef, | drbrain | 2013-01-16 | 3 | -2/+73 |
* | * doc/syntax/control_expressions.rdoc (Flip-Flop): Added a section on | drbrain | 2013-01-16 | 1 | -0/+59 |
* | * doc/syntax/control_expressions.rdoc (if Expressions): Fixed markup | drbrain | 2013-01-16 | 1 | -1/+1 |