| Mon, 29 Oct 2007 16:13:44 +0100 | 
wenzelm | 
export is_hidden;
 | 
file |
diff |
annotate
 | 
| Wed, 17 Oct 2007 23:16:33 +0200 | 
wenzelm | 
store external accesses within name space (as produced by naming policy);
 | 
file |
diff |
annotate
 | 
| Mon, 20 Aug 2007 20:44:01 +0200 | 
wenzelm | 
tuned signature;
 | 
file |
diff |
annotate
 | 
| Mon, 09 Jul 2007 22:40:57 +0200 | 
wenzelm | 
declare: disallow quote (") in names;
 | 
file |
diff |
annotate
 | 
| Thu, 24 May 2007 08:37:37 +0200 | 
haftmann | 
tuned Pure/General/name_space.ML
 | 
file |
diff |
annotate
 | 
| Wed, 10 Jan 2007 20:17:26 +0100 | 
wenzelm | 
removed NameSpace.split -- use qualifier/base instead;
 | 
file |
diff |
annotate
 | 
| Sat, 30 Dec 2006 16:08:00 +0100 | 
wenzelm | 
removed conditional combinator;
 | 
file |
diff |
annotate
 | 
| Wed, 27 Dec 2006 19:10:05 +0100 | 
haftmann | 
added split
 | 
file |
diff |
annotate
 | 
| Fri, 15 Dec 2006 00:08:06 +0100 | 
wenzelm | 
avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
 | 
file |
diff |
annotate
 | 
| Wed, 13 Sep 2006 21:41:25 +0200 | 
wenzelm | 
renamed NameSpace.drop_base to NameSpace.qualifier;
 | 
file |
diff |
annotate
 | 
| Sat, 08 Apr 2006 22:51:22 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Tue, 21 Mar 2006 12:18:15 +0100 | 
wenzelm | 
avoid polymorphic equality;
 | 
file |
diff |
annotate
 | 
| Wed, 15 Feb 2006 21:35:06 +0100 | 
wenzelm | 
removed qualified_force_prefix;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Feb 2006 21:34:24 +0100 | 
wenzelm | 
low-level tuning of merge: maintain identity of accesses;
 | 
file |
diff |
annotate
 | 
| Sat, 11 Feb 2006 17:17:50 +0100 | 
wenzelm | 
removed custom_accesses;
 | 
file |
diff |
annotate
 | 
| Mon, 06 Feb 2006 20:59:06 +0100 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Fri, 28 Oct 2005 16:35:40 +0200 | 
haftmann | 
cleaned up nth, nth_update, nth_map and nth_string functions
 | 
file |
diff |
annotate
 | 
| Tue, 04 Oct 2005 19:01:37 +0200 | 
wenzelm | 
minor tweaks for Poplog/ML;
 | 
file |
diff |
annotate
 | 
| Thu, 15 Sep 2005 17:16:56 +0200 | 
wenzelm | 
TableFun/Symtab: curried lookup and update;
 | 
file |
diff |
annotate
 | 
| Thu, 01 Sep 2005 18:48:50 +0200 | 
wenzelm | 
curried_lookup/update;
 | 
file |
diff |
annotate
 | 
| Sun, 28 Aug 2005 16:04:47 +0200 | 
wenzelm | 
removed unused dest operation;
 | 
file |
diff |
annotate
 | 
| Thu, 14 Jul 2005 19:28:32 +0200 | 
wenzelm | 
added dest_table;
 | 
file |
diff |
annotate
 | 
| Fri, 17 Jun 2005 18:33:29 +0200 | 
wenzelm | 
Symtab.fold;
 | 
file |
diff |
annotate
 | 
| Thu, 09 Jun 2005 12:03:28 +0200 | 
wenzelm | 
added type NameSpace.table with basic operations;
 | 
file |
diff |
annotate
 | 
| Sun, 05 Jun 2005 11:31:25 +0200 | 
wenzelm | 
no warning for non-identifiers;
 | 
file |
diff |
annotate
 | 
| Tue, 31 May 2005 11:53:28 +0200 | 
wenzelm | 
renamed cond_extern to extern;
 | 
file |
diff |
annotate
 | 
| Wed, 18 May 2005 11:30:59 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Thu, 24 Mar 2005 17:03:37 +0100 | 
ballarin | 
Further work on interpretation commands.  New command `interpret' for
 | 
file |
diff |
annotate
 | 
| Fri, 04 Mar 2005 15:07:34 +0100 | 
skalberg | 
Removed practically all references to Library.foldr.
 | 
file |
diff |
annotate
 | 
| Thu, 03 Mar 2005 12:43:01 +0100 | 
skalberg | 
Move towards standard functions.
 | 
file |
diff |
annotate
 | 
| Sun, 13 Feb 2005 17:15:14 +0100 | 
skalberg | 
Deleted Library.option type.
 | 
file |
diff |
annotate
 | 
| Tue, 06 Jul 2004 20:31:37 +0200 | 
schirmer | 
added flag unique_names
 | 
file |
diff |
annotate
 | 
| Mon, 21 Jun 2004 10:25:57 +0200 | 
kleing | 
Merged in license change from Isabelle2004
 | 
file |
diff |
annotate
 | 
| Wed, 11 Feb 2004 17:36:08 +0100 | 
berghofe | 
Added flag short_names
 | 
file |
diff |
annotate
 | 
| Mon, 22 Sep 2003 16:19:46 +0200 | 
berghofe | 
Modified merge_aux to prevent newer names from getting overwritten
 | 
file |
diff |
annotate
 | 
| Wed, 10 Jul 2002 14:47:48 +0200 | 
wenzelm | 
added accesses';
 | 
file |
diff |
annotate
 | 
| Fri, 21 Dec 2001 23:17:12 +0100 | 
wenzelm | 
hide: flag for full/base name;
 | 
file |
diff |
annotate
 | 
| Tue, 20 Nov 2001 20:57:07 +0100 | 
wenzelm | 
moved prefixes1, suffixes1 to library.ML;
 | 
file |
diff |
annotate
 | 
| Thu, 18 Oct 2001 21:02:46 +0200 | 
wenzelm | 
added map_base;
 | 
file |
diff |
annotate
 | 
| Sun, 25 Jun 2000 23:46:03 +0200 | 
wenzelm | 
export hidden: string -> string;
 | 
file |
diff |
annotate
 | 
| Fri, 05 May 2000 22:02:46 +0200 | 
wenzelm | 
GPLed;
 | 
file |
diff |
annotate
 | 
| Mon, 17 Apr 2000 14:10:38 +0200 | 
wenzelm | 
improved output of ambiguous entries;
 | 
file |
diff |
annotate
 | 
| Mon, 28 Jun 1999 21:38:50 +0200 | 
wenzelm | 
added cond_extern_table;
 | 
file |
diff |
annotate
 | 
| Wed, 13 Jan 1999 15:18:02 +0100 | 
wenzelm | 
fixed titles;
 | 
file |
diff |
annotate
 | 
| Tue, 20 Oct 1998 16:20:19 +0200 | 
wenzelm | 
Symtab.foldl;
 | 
file |
diff |
annotate
 | 
| Wed, 22 Jul 1998 17:59:49 +0200 | 
wenzelm | 
moved long_names / cond_extern to name_space.ML;
 | 
file |
diff |
annotate
 | 
| Wed, 10 Jun 1998 11:51:58 +0200 | 
wenzelm | 
moved name_space.ML to General/name_space.ML;
 | 
file |
diff |
annotate
 |