From 6bd583e0e2bb0f965b02c984e9027c120642b4e6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 5 Jul 2011 19:25:57 +0000 Subject: * interp/br-util.boot ($charUnderscore): Move to br-search.boot where it is used. * interp/br-search.boot (pmPreparse): Tidy. (mkGrepPattern1): Likewise. (genSearch): Don't try to remove default operations; they have already been left out by grepSplit. (docSearch): Likewise. * interp/br-con.boot (dbShowConsDoc1): Don't confusingly enclose a straightline documentation in a list. * interp/br-op1.boot (dbShowOpDocumentation): Remove redundant test. * interp/br-op2.boot (kFormatSlotDomain): Call isConstructorName only on identifiers. * interp/br-saturn.boot (displayDomainOp): Tidy. (bcConform1): Likewise. --- src/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5480f45c..a8fbefa4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2011-07-05 Gabriel Dos Reis + + * interp/br-util.boot ($charUnderscore): Move to br-search.boot + where it is used. + * interp/br-search.boot (pmPreparse): Tidy. + (mkGrepPattern1): Likewise. + (genSearch): Don't try to remove default operations; they have + already been left out by grepSplit. + (docSearch): Likewise. + * interp/br-con.boot (dbShowConsDoc1): Don't confusingly enclose a + straightline documentation in a list. + * interp/br-op1.boot (dbShowOpDocumentation): Remove redundant test. + * interp/br-op2.boot (kFormatSlotDomain): Call isConstructorName + only on identifiers. + * interp/br-saturn.boot (displayDomainOp): Tidy. + (bcConform1): Likewise. + 2011-07-05 Gabriel Dos Reis * gui/gui.pro.in [Mac OS X]: Don't build application bundle. -- cgit v1.2.3