aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* * misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix theknu2008-08-071-1/+1
* * misc/ruby-mode.el: fix here-doc strings with inner quotes. patchesnobu2008-07-221-46/+96
* * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook ismatz2008-05-261-1/+3
* * misc/ruby-mode.el: move fontifying code from hook.matz2008-05-021-18/+12
* * misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu2008-04-221-0/+2
* * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for oldernobu2008-04-151-12/+20
* * misc/rdebug.el, misc/README: Remove rdebug.el as per requestknu2008-04-101-136/+0
* Mention the ruby-debug project at RubyForge.knu2008-04-101-1/+2
* * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' insteadnobu2008-03-171-1/+1
* * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): addednobu2008-03-141-4/+12
* * misc/ruby-mode.el (ruby-mode-set-encoding): special treat fornobu2008-03-121-0/+3
* * misc/ruby-mode.el (ruby-add-log-current-method): use ruby stylenobu2008-03-061-8/+33
* * misc/ruby-mode.el (ruby-calculate-indent): should distinguishmatz2008-02-261-1/+1
* * misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu2008-02-231-1/+1
* * misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.nobu2008-01-281-9/+22
* * misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu2008-01-271-0/+1
* * misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu2008-01-271-10/+30
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-063-3/+0
* * misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz2007-11-121-2/+3
* * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu2007-10-261-9/+13
* * parse.y (parser_yylex): dot at the head of the line denote linematz2007-10-251-6/+10
* * misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu2007-09-201-3/+23
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-171-4/+11
* * misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu2007-04-261-0/+36
* * misc/ruby-mode.el (ruby-block-end-re): Support for theknu2007-03-111-1/+1
* * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu2007-03-102-6/+143
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz2007-01-241-1/+1
* * lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz2006-12-051-0/+2
* * misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz2006-09-131-1/+1
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-1/+1
* * misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indentnobu2005-09-241-2/+6
* * misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.nobu2005-09-241-6/+6
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-7/+7
* * parse.y (parser_yylex): allow ';;' to be block terminator inmatz2005-06-071-7/+8
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu2005-05-231-1/+1
* * eval.c (rb_attr): attribute name check added.matz2005-04-181-1/+1
* * misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu2005-03-191-2/+1
* add ruby-electric.elzsombor2005-03-062-0/+201
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+4
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-1/+1
* * misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu2004-11-151-4/+9
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-291-4/+17
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-1/+1
* * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial,nobu2004-07-311-11/+11
* * eval.c (rb_eval): copy on write for argument local variablematz2004-07-271-4/+16
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-1/+1
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-011-172/+142
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-2/+9
* * eval.c (localjump_destination): lambda should not interferematz2004-02-261-5/+3
* * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz2004-02-131-4/+6