Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 10:08:11 UTC Now

2008-07-21 13:35:32 UTC MAIN commitmail json YAML

updated to 0.17

ChangeLog:
0.17
- More void context correctness fixes WRT tied values
- Overzealous seen value mappings made by Callback were removed

0.16
- Fix passing of void context when visiting hashes/arrays (perf
  optimization to avoid unnecessary cloning)
- Added 'visit_seen' and a 'seen' callback for circular structures
- Class callbacks are now fired from least derived to most derived, not in
  hash key order

(rhaen)