pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-19
2003-12-19 20:47:01 by Marcus Comstedt <marcus@mc.pp.se>
943ea8f5ec16e7a02f5577940344743009ed2a61 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Adjusted AutoDoc to reality.
Rev: lib/master.pike.in:1.320
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
319
2003/12/19 20:
37
:
03
marcus Exp $
+
// $Id: master.pike.in,v 1.
320
2003/12/19 20:
47
:
01
marcus Exp $
#pike __REAL_VERSION__
238:
//! //! @xml{<matrix> //! <r><c><b>Expression</b></c><c><b>Value</b></c></r>
-
//! <r><c>dirname("/a/b")</c><c>"/a
/
"</c></r>
-
//! <r><c>dirname("/a/")</c><c>"/a
/
"</c></r>
+
//! <r><c>dirname("/a/b")</c><c>"/a"</c></r>
+
//! <r><c>dirname("/a/")</c><c>"/a"</c></r>
//! <r><c>dirname("/a")</c><c>"/"</c></r> //! <r><c>dirname("/")</c><c>"/"</c></r> //! <r><c>dirname("")</c><c>""</c></r>