drupal/modules/path
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
..
path.admin.inc - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
path.info - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit 2008-05-06 12:18:54 +00:00
path.module - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit 2008-05-06 12:18:54 +00:00
path.test - Patch #251263 by catch: fixing up many code style issues in the tests. 2008-04-25 18:26:02 +00:00