summaryrefslogtreecommitdiffstats
path: root/misc/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-031-2/+2
* * misc/ruby-mode.el: added comment to mention newer versionmatz2008-12-231-6/+47
* * misc/ruby-mode.el: safe custimizable variables.nobu2008-09-261-0/+4
* * misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz2008-09-221-15/+41
* * misc/emacs-mode.el: don't set case-fold-search globally to nil;matz2008-09-061-4/+5
* * misc/ruby-mode.el: fix a variable-name error.matz2008-09-061-1/+1
* * misc/*.el: untabify, for interal consistency and consistencymatz2008-09-061-689/+689
* * misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt wherematz2008-09-061-16/+31
* * misc/ruby-mode.el: don't highlight keywords when they're thematz2008-09-061-5/+4
* * misc/ruby-mode.el: don't crash the whole mode if the Subversionmatz2008-09-061-3/+2
* * misc/*.el: merged the following patches from Nathan Weizenbaummatz2008-09-061-13/+13
* * 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-mode.el (ruby-encoding-map): added shift-jis for oldernobu2008-04-151-12/+20
* * 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-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-061-1/+0
* * misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz2007-11-121-2/+3
* * parse.y (parser_yylex): dot at the head of the line denote linematz2007-10-251-6/+10
* * misc/ruby-mode.el (ruby-block-end-re): Support for theknu2007-03-111-1/+1
* * 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
* * 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
* * 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