log m_struct.h @ 37195:ac6c37d85d65 default tip

age author description
Wed, 17 Sep 2014 17:13:35 +0000 reimar Add stdint.h include for intptr_t.
Wed, 17 Sep 2014 16:55:09 +0000 reimar Use intptr_t to cast a pointer.
Sun, 16 Feb 2014 16:30:02 +0000 reimar m_struct: use offsetof instead of a custom hack.
Thu, 11 Aug 2011 17:45:38 +0000 diego doxygen: drop filename from @file directive
Thu, 25 Feb 2010 22:32:28 +0000 reimar Make more option-parsing related function arguments const.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Fri, 09 Nov 2007 06:50:53 +0000 rfelker correct const usage in the option handling code so that tables can be
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sun, 24 Jun 2007 10:26:01 +0000 reimar Avoid void * arithmetic
Sun, 24 Jun 2007 10:24:11 +0000 reimar Some comment typo fixes
Sun, 28 Jan 2007 16:48:01 +0000 reimar Mark m_struct_t defaults as const
Thu, 27 Jul 2006 17:35:06 +0000 reynaldo marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-org
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
Tue, 25 Apr 2006 18:48:53 +0000 albeu Fix most of the mistakes pointed out by Diego.
Mon, 24 Apr 2006 19:20:04 +0000 albeu Doxygen attack!
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Fri, 14 Mar 2003 17:50:58 +0000 albeu 10L
Tue, 12 Nov 2002 14:16:30 +0000 albeu A struct setter. It allow you to setup struct from some user