Skip to content
Snippets Groups Projects
  1. Oct 29, 2017
    • Mark OLESEN's avatar
      ENH: add dictionary searcher methods · 1e0ee9a8
      Mark OLESEN authored
      - csearch(), search(), csearchScoped(), searchScoped() methods
        can be used to find an entry and also retain the enclosing
        dictionary context.
      
      - To avoid ambiguity between a dot (.) as a scoping character and
        legal part of a keyword, entries can now be accessed directly using
        slash-scoping semantics similar to file-names:
      
          * cfindScopedDictPtr, findScopedDictPtr
      
      - To get or create a sub-dictionary entry:
      
          * makeScopedDictPtr, which behaves similarly to mkdirp in that it
            will create any intermediate dictionaries as required.
      1e0ee9a8
  2. Oct 28, 2017
  3. Oct 26, 2017
  4. Oct 25, 2017
  5. Oct 24, 2017
  6. Oct 23, 2017
  7. Oct 20, 2017
  8. Oct 13, 2017
  9. Oct 12, 2017