Commit Graph

9 Commits (924cfcd48554bae86a8293cbfb3918112c2c3870)

Author SHA1 Message Date
Jack Nagel 8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Nino Uzelac b32b871c13 GiNaC 1.6.2
Closes Homebrew/homebrew#8979.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-05 11:49:04 -08:00
Charlie Sharpsteen 544cafd494 GiNaC 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-17 23:22:31 -07:00
Charlie Sharpsteen b3d4ef9a03 GiNaC 1.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-30 18:52:55 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Charlie Sharpsteen bd14f79d3b Update GiNaC to 1.5.8
Signed-off-by: David Höppner <0xffea@gmail.com>
2011-02-12 12:26:26 +01:00
Charlie Sharpsteen 93b90f54ac New formula for GiNaC
GiNaC is Not a CAS is a C++ library that supports symbolic computation
and may be used as the foundation of a Computer Algebra System (CAS).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-20 21:51:45 -07:00