1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Jelmer Vernooij
2669f2c8ad r21340: Fix warning undef 2007-10-10 14:48:15 -05:00
Jelmer Vernooij
1aecba7100 r21253: Merge some pidl fixes:
* Add tests for wireshark dissector generator
 * Add tests for the header code
 * Some cleanups
 * Fix handling of elements without [in] or [out]
2007-10-10 14:44:54 -05:00
Jelmer Vernooij
f5dc1b47ec r20567: Print proper errors with filename and line numbers in ParseExpr() 2007-10-10 14:37:01 -05:00
Jelmer Vernooij
959adfd0a6 r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl. 2007-10-10 14:36:04 -05:00
Jelmer Vernooij
324395afc7 r19752: Remove support for the `depends' attribute (use "import") instead. 2007-10-10 14:28:19 -05:00
Jelmer Vernooij
1ccab71cb8 r19585: Add support for some more standard IDL instructions:
- `include' (replaces helper())
 - `import' (replaces depends())

Add support for parsing importlib() - importlib() is now ignored (with a
warning), but no longer causes syntax errors.

helper() and depends() are now marked deprecated and will cause warnings.
2007-10-10 14:24:57 -05:00
Jelmer Vernooij
8bd12d3fdb r19562: Support returning simple scalars. 2007-10-10 14:24:52 -05:00
Jelmer Vernooij
910b56e729 r19561: Remove debug statement. 2007-10-10 14:24:51 -05:00
Jelmer Vernooij
dde3d5342c r19560: Fix handling of PARAM_VALUE. 2007-10-10 14:24:51 -05:00
Jelmer Vernooij
466e9c12a5 r19559: Fix handling of types where the name isn't prefixed by the interface name.
Based on patch by Julien Kerihuel.
2007-10-10 14:24:51 -05:00
Jelmer Vernooij
577cd1625d r19557: Fix lookup table for WERROR.
Fix perl warnings when using NTSTATUS as return type.
2007-10-10 14:24:50 -05:00
Jelmer Vernooij
dbae9b4e4e r19547: Fix use of v1_enum on enums used in return types. 2007-10-10 14:24:48 -05:00
Jelmer Vernooij
705cd03c53 r19545: Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel. 2007-10-10 14:24:47 -05:00
Jelmer Vernooij
5a2e103ea0 r18873: Use WERR_errors table rather than DOS_errors table for wireshark. 2007-10-10 14:20:17 -05:00
Jelmer Vernooij
a789aa468b r16824: Rename Ethereal -> Wireshark (patch from Joerg Mayer) 2007-10-10 14:09:47 -05:00