mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Changes from home. See ChangeLog Aug 5 through Aug 25
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56670c837c
commit
c8a1cf2fef
16 changed files with 125 additions and 96 deletions
|
@ -774,12 +774,7 @@ mframe_do_call (const char *encoded_types,
|
|||
functions after this one. The memory for the retframe is
|
||||
alloca()'ed, not malloc()'ed, and therefore is on the stack and can
|
||||
be tromped-on by future function calls.
|
||||
|
||||
xxx Pointer values returned by the method or non-const strings
|
||||
passed in will now point to newly malloc'ed memory. It is your
|
||||
responsibility to free it. This is thoroughly disgusting, and will
|
||||
be fixed as soon as we get rid of the -free method and replace it
|
||||
with something better. */
|
||||
*/
|
||||
|
||||
retval_t
|
||||
mframe_build_return (arglist_t argframe,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue