Commit graph

5 commits

Author SHA1 Message Date
Adam Vandenberg
53c8262edb Update global to 5.8.1 2010-03-16 11:40:07 -07:00
Martin Kühl
fa9902ca71 Fix incorrect MD5 in global
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-16 19:35:55 +01:00
Martin Kuehl
fbdd6ed809 Updated Formula: global 5.8
Also remove erroneous call to `Pathname#rm`.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-24 22:18:39 -08:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
David Höppner
77a777e8a2 GNU Global formula
GNU GLOBAL is a source code tagging system that works the same way across
diverse environments (emacs, vi, less, bash, web browser, etc). You can locate
specified objects in source files and move there easily. It is useful for
hacking a large project containing many subdirectories, many #ifdef and many
main() functions. It is similar to ctags or etags but is different from them
at the point of independence of any editor. It runs on a UNIX(POSIX)
compatible operating system like GNU and BSD.
2009-09-14 20:33:46 +01:00